Re: [PATCH 1/3] perf tools: parse tracepooints with '-' in system name

2014-04-28 Thread Christian Borntraeger
On 25/04/14 17:34, Alexander Yarygin wrote: Trace events potentially can have a '-' in their trace system name, e.g. kvm on s390 defines kvm-s390:* tracepoints. tools/perf could not parse them, because there was no rule for this: $ sudo ./perf top -e kvm-s390:* invalid or unsupported event:

[PATCH 1/3] perf tools: parse tracepooints with '-' in system name

2014-04-25 Thread Alexander Yarygin
Trace events potentially can have a '-' in their trace system name, e.g. kvm on s390 defines kvm-s390:* tracepoints. tools/perf 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