diff options
author | Jiri Olsa <[email protected]> | 2018-06-05 14:14:16 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-06-06 12:52:05 -0300 |
commit | ceac7b79df7bd67ef9aaf464b0179a2686aff4ee (patch) | |
tree | 7ab7715776e65144bfc474eb2ae07829d8a09cf2 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 0ce2da1483967c75a0e031af152e0fca4110d376 (diff) |
perf tools: Fix pmu events parsing rule
Currently all the event parsing fails end up
in the event_pmu rule, and display misleading
help like:
$ perf stat -e inst kill
event syntax error: 'inst'
\___ Cannot find PMU `inst'. Missing kernel support?
...
The reason is that the event_pmu is too strong
and match also single string. Changing it to
force the '/' separators to be part of the rule,
and getting the proper error now:
$ perf stat -e inst kill
event syntax error: 'inst'
\___ parser error
Run 'perf list' for a list of valid events
...
Suggested-by: Adrian Hunter <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions