diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2012-06-11 14:36:20 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-06-19 13:06:20 -0300 |
commit | 335c2f5d25319b208fb8b444e6f3099a806a33bf (patch) | |
tree | b936f6b770a35e81a49465eb40edc8338745b341 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 0b668bc9a74ce1bd3b8c5fd93e8d85ed955e11fe (diff) |
perf tools: Reconstruct sw event with modifiers from perf_event_attr
[root@sandy ~]# perf record -e task-clock:u -a usleep 1
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.482 MB perf.data (~21073 samples) ]
[root@sandy ~]#
Before:
[root@sandy ~]# perf evlist
task-clock
[root@sandy ~]#
After:
[root@sandy ~]# perf evlist
task-clock:u
[root@sandy ~]#
Ditto for other tools.
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions