Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1445638
| Path | csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Mathieu Poirier <mathieu.poirier@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/3] perf/core: Miscellaneous fix for address filtering |
| Date | Mon, 18 Jul 2016 18:50:02 +0200 |
| Message-ID | <rWjTY-fe-25@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=/2xjgbKNj9nZaJ6onsYFqYDYe9cDrINhuFHIkR++Ziw=; b=jO1b1KKBLcnwn1NgAz/4DM7JrtCZgH33p27p/Au3KlBYm2sAxImbMY72vRduj90yP9 TKyOHF5QGq+wB/hW0sbPV9g9xM5x4KLNw7QsWzndLQSs2T1k++v1lbDeZmwvICF9b8E9 74bapQZoG+YtG2vYdW+YtxwJp/DVxuFmxem4I= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=/2xjgbKNj9nZaJ6onsYFqYDYe9cDrINhuFHIkR++Ziw=; b=dW9cc99UHDA0SOb0nujYkkaFZH1DjCeaoxzyXT6M3BmoIgwqIVan43s6aK2V1n2qlZ cF9dvZfDrzjMsdySkOt5YUopBIBxILlDMVo1PJcq0cdAbKCV0qdBfM54upFtFIYPP4ww dLBTMBIKby7Gst6YYNdUK0IA+k0lMg96IJ4PLZDug7t4pfNPgZEO/Zg799qYMFjI1K16 2o4l6t/X4aj6/JTLqnU2riTkSOZvQ856sBJXNCyu95D6QdTeUciJQp4FDg5+6Soc+4k7 aUnrJf9CrF+xY1vLsmmHHNyyVNaeXJmWixxx4ZFTGQ7m8aFMKnZwhetNkaKBltBACP1/ HLVw== |
| X-Gm-Message-State | ALyK8tIbPzm+F6TXT4hGiA2HsWSAN4Qk2nVgeei2hn872Nb4O1mqLM43VZehXFSCGfwvfYO4 |
| X-Received | by 10.36.43.88 with SMTP id h85mr28976135ita.57.1468860222291; Mon, 18 Jul 2016 09:43:42 -0700 (PDT) |
| X-Mailer | git-send-email 2.7.4 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 25 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | peterz@infradead.org, mingo@redhat.com, linux-kernel@vger.kernel.org, Mathieu Poirier <mathieu.poirier@linaro.org> |
| X-Original-Date | Mon, 18 Jul 2016 10:43:04 -0600 |
| X-Original-Message-ID | <1468860187-318-1-git-send-email-mathieu.poirier@linaro.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1445638 |
Show key headers only | View raw
This is the second wave of a patchset that address miscellaneous bugs encountered while implementing address filtering on CoreSight. The set has been tested, and applies cleanly, on 4.7-rc7. Thanks, Mathieu Changes since V1: . Simplified filename handling in function perf_event_parse_addr_filter(). . Moved check to see if mapped event was for executable code to function perf_addr_filters_adjust(). . Got rid of function perf_addr_filter_needs_mmap(). Mathieu Poirier (3): perf/core: Fixing filename for start/stop filters perf/core: Update filter only on executable mmap perf/core: Enabling mapping of the stop filters kernel/events/core.c | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/3] perf/core: Miscellaneous fix for address filtering Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-07-18 18:50 +0200 [PATCH V2 2/3] perf/core: Update filter only on executable mmap Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-07-18 18:50 +0200 Re: [PATCH V2 0/3] perf/core: Miscellaneous fix for address filtering Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-07-19 09:40 +0200
csiph-web