Re: [PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-14 Thread Mathieu Poirier
On 14 December 2015 at 01:50, Alexander Shishkin wrote: > Mathieu Poirier writes: > >> On 11 December 2015 at 06:36, Alexander Shishkin >> wrote: >> Alex, Peter and al, >> >> As I mentioned in a previous reply I think this patchset is aiming in >> the right direction. Here we are dealing with

Re: [PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-14 Thread Alexander Shishkin
Mathieu Poirier writes: > On 11 December 2015 at 06:36, Alexander Shishkin > wrote: > Alex, Peter and al, > > As I mentioned in a previous reply I think this patchset is aiming in > the right direction. Here we are dealing with address range > filtering, something that is common to both

Re: [PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-14 Thread Mathieu Poirier
On 14 December 2015 at 01:50, Alexander Shishkin wrote: > Mathieu Poirier writes: > >> On 11 December 2015 at 06:36, Alexander Shishkin >> wrote: >> Alex, Peter and al, >> >> As I mentioned in a

Re: [PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-14 Thread Alexander Shishkin
Mathieu Poirier writes: > On 11 December 2015 at 06:36, Alexander Shishkin > wrote: > Alex, Peter and al, > > As I mentioned in a previous reply I think this patchset is aiming in > the right direction. Here we are dealing with

Re: [PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-11 Thread Mathieu Poirier
On 11 December 2015 at 06:36, Alexander Shishkin wrote: > Hi Peter, > > Newer version of Intel PT supports address-based filtering, and this > patchset adds support for it to perf core and the PT pmu driver. It > works by configuring a number of address ranges in hardware and > telling it to use

[PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-11 Thread Alexander Shishkin
Hi Peter, Newer version of Intel PT supports address-based filtering, and this patchset adds support for it to perf core and the PT pmu driver. It works by configuring a number of address ranges in hardware and telling it to use these ranges to filter its traces. Similar feature also exists in

[PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-11 Thread Alexander Shishkin
Hi Peter, Newer version of Intel PT supports address-based filtering, and this patchset adds support for it to perf core and the PT pmu driver. It works by configuring a number of address ranges in hardware and telling it to use these ranges to filter its traces. Similar feature also exists in

Re: [PATCH v0 0/5] perf: Introduce instruction trace filtering

2015-12-11 Thread Mathieu Poirier
On 11 December 2015 at 06:36, Alexander Shishkin wrote: > Hi Peter, > > Newer version of Intel PT supports address-based filtering, and this > patchset adds support for it to perf core and the PT pmu driver. It > works by configuring a number of address ranges