aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Yarygin <[email protected]>2014-04-25 17:34:05 +0200
committerJiri Olsa <[email protected]>2014-04-29 14:27:23 +0200
commit2b9032e0ecb57de819bcf40b440e7cbd2d8f3a8c (patch)
treee16ee212c994cf6ff325b49cc488f6eb4d413813 /tools/perf/scripts/python
parente148c76083dc06ce618d768c0bee0a0edda96a54 (diff)
perf tools: Parse tracepoints with '-' in system name
Trace events potentially can have a '-' in their trace system name, e.g. kvm on s390 defines kvm-s390:* tracepoints. We could not parse them, because there was no rule for this: $ sudo ./perf top -e "kvm-s390:*" invalid or unsupported event: 'kvm-s390:*' This patch adds an extra rule to event_legacy_tracepoint which handles those cases. Without the patch, perf will not accept such tracepoints in the -e option. Signed-off-by: Alexander Yarygin <[email protected]> Tested-by: Christian Borntraeger <[email protected]> Acked-by: Christian Borntraeger <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jiri Olsa <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions