diff options
author | Corey Ashford <[email protected]> | 2010-11-30 14:27:01 -0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-11-30 23:04:39 -0200 |
commit | 4c635a4e04700a371ef7e4d4bb33ed88747e801e (patch) | |
tree | 66fc0a44217cc8f01a720b92c1b74f70a83a6fc7 /net/unix/af_unix.c | |
parent | 3e8e24f2fc66d32eb0e570e4117dfd05227047e6 (diff) |
perf tools: fix event parsing of comma-separated tracepoint events
There are number of issues that prevent the use of multiple tracepoint events
being specified in a -e/--event switch, separated by commas.
For example, perf stat -e irq:irq_handler_entry,irq:irq_handler_exit ... fails
because the tracepoint event parsing code doesn't recognize the comma separator
properly.
This patch corrects those issues.
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Julia Lawall <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Reported-by: Michael Ellerman <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Corey Ashford <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions