Re: [PATCH V5] perf tools: adding support for address filters

2016-09-19 Thread Masami Hiramatsu
On Mon, 19 Sep 2016 09:15:40 +0300 Adrian Hunter wrote: > On 17/09/16 16:33, Masami Hiramatsu wrote: > > On Fri, 16 Sep 2016 09:32:43 -0600 > > Mathieu Poirier wrote: > > > >> On 13 September 2016 at 17:25, Masami Hiramatsu > >> wrote: > >>> On Tue, 13 Sep 2016 08:18:10 -0600 > >>> Mathieu Po

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-18 Thread Adrian Hunter
On 17/09/16 16:33, Masami Hiramatsu wrote: > On Fri, 16 Sep 2016 09:32:43 -0600 > Mathieu Poirier wrote: > >> On 13 September 2016 at 17:25, Masami Hiramatsu wrote: >>> On Tue, 13 Sep 2016 08:18:10 -0600 >>> Mathieu Poirier wrote: >>> On 13 September 2016 at 04:01, Adrian Hunter wro

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-17 Thread Masami Hiramatsu
On Fri, 16 Sep 2016 09:32:43 -0600 Mathieu Poirier wrote: > On 13 September 2016 at 17:25, Masami Hiramatsu wrote: > > On Tue, 13 Sep 2016 08:18:10 -0600 > > Mathieu Poirier wrote: > > > >> On 13 September 2016 at 04:01, Adrian Hunter > >> wrote: > >> > On 12/09/16 20:53, Mathieu Poirier wrot

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-16 Thread Mathieu Poirier
On 13 September 2016 at 17:25, Masami Hiramatsu wrote: > On Tue, 13 Sep 2016 08:18:10 -0600 > Mathieu Poirier wrote: > >> On 13 September 2016 at 04:01, Adrian Hunter wrote: >> > On 12/09/16 20:53, Mathieu Poirier wrote: >> >> This patch makes it possible to use the current filter >> >> framewor

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-14 Thread Adrian Hunter
On 13/09/16 17:18, Mathieu Poirier wrote: > On 13 September 2016 at 04:01, Adrian Hunter wrote: >> On 12/09/16 20:53, Mathieu Poirier wrote: >>> This patch makes it possible to use the current filter >>> framework with address filters. That way address filters for >>> HW tracers such as CoreSight

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-13 Thread Masami Hiramatsu
On Tue, 13 Sep 2016 08:18:10 -0600 Mathieu Poirier wrote: > On 13 September 2016 at 04:01, Adrian Hunter wrote: > > On 12/09/16 20:53, Mathieu Poirier wrote: > >> This patch makes it possible to use the current filter > >> framework with address filters. That way address filters for > >> HW tra

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-13 Thread Mathieu Poirier
On 13 September 2016 at 04:01, Adrian Hunter wrote: > On 12/09/16 20:53, Mathieu Poirier wrote: >> This patch makes it possible to use the current filter >> framework with address filters. That way address filters for >> HW tracers such as CoreSight and IntelPT can be communicated >> to the kerne

Re: [PATCH V5] perf tools: adding support for address filters

2016-09-13 Thread Adrian Hunter
On 12/09/16 20:53, Mathieu Poirier wrote: > This patch makes it possible to use the current filter > framework with address filters. That way address filters for > HW tracers such as CoreSight and IntelPT can be communicated > to the kernel drivers. > > Signed-off-by: Mathieu Poirier > > --- >