diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-24 19:23:47 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-26 10:52:28 -0300 |
commit | 23d4aad48e31d3269af484dd2f9bd251278cd667 (patch) | |
tree | 0bf256b09c904a39ed08aacf6e8f08068c3c6863 /net/lapb/lapb_in.c | |
parent | e94eedab3ab8201fd41480171b2fabbf3c5b1ae0 (diff) |
perf evlist: Return the first evsel with an invalid filter in apply_filters()
Use of a bad filter currently generates the message:
Error: failed to set filter with 22 (Invalid argument)
Add the event name to make it clear to which event the filter
failed to apply:
Error: Failed to set filter "foo" on event sched:sg_lb_stats: 22: Invalid argument
To test it use something like:
# perf record -e sched:sched_switch -e sched:*fork --filter parent_pid==1 -e sched:*wait* --filter bla usleep 1
Error: failed to set filter "bla" on event sched:sched_stat_iowait with 22 (Invalid argument)
#
Based-on-a-patch-by: David Ahern <[email protected]>
Acked-by: David Ahern <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions