Re: [PATCH V2] perf parser: Improve error message for PMU address filters

2018-08-15 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 04, 2018 at 05:25:36PM +0200, Jiri Olsa escreveu: > On Wed, Jul 04, 2018 at 02:13:45PM +0200, Jack Henschel wrote: > > This is the second version of a patch that improves the error > > message of the perf events parser when the PMU hardware does not support > > address filters. > > > >

Re: [PATCH V2] perf parser: Improve error message for PMU address filters

2018-07-04 Thread Jiri Olsa
On Wed, Jul 04, 2018 at 02:13:45PM +0200, Jack Henschel wrote: > This is the second version of a patch that improves the error > message of the perf events parser when the PMU hardware does not support > address filters. > > Previously, the perf returned the following error: > > $ perf record -e i

[PATCH V2] perf parser: Improve error message for PMU address filters

2018-07-04 Thread Jack Henschel
This is the second version of a patch that improves the error message of the perf events parser when the PMU hardware does not support address filters. Previously, the perf returned the following error: > $ perf record -e intel_pt// --filter 'filter sys_write' > --filter option should follow a -e