aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorJiri Olsa <[email protected]>2018-04-23 09:08:18 +0000
committerArnaldo Carvalho de Melo <[email protected]>2018-04-23 14:17:27 +0000
commit9a4a931ce847f4aaa12edf11b2e050e18bf45910 (patch)
treed151e99dead05287e46867b97f10b32c5d0303ef /fs/proc/array.c
parentperf stat: Keep the / modifier separator in fallback (diff)
downloadkernel-9a4a931ce847f4aaa12edf11b2e050e18bf45910.tar.gz
kernel-9a4a931ce847f4aaa12edf11b2e050e18bf45910.zip
perf pmu: 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 ... Signed-off-by: Jiri Olsa <[email protected]> Reported-by: Ingo Molnar <[email protected]> Tested-by: Arnaldo Carvalho de Melo <[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 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions