diff options
| author | Brice Goglin <[email protected]> | 2009-08-10 13:26:32 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-08-10 13:48:17 +0000 |
| commit | 9f8666971185b86615a074bcac67c90fdf8af8bc (patch) | |
| tree | 65ce554d9f7eea0c4458a1051ea1c1469a51a47f /tools/perf/builtin-annotate.c | |
| parent | perf report: Fix and improve the displaying of per-thread event counters (diff) | |
| download | kernel-9f8666971185b86615a074bcac67c90fdf8af8bc.tar.gz kernel-9f8666971185b86615a074bcac67c90fdf8af8bc.zip | |
perf report: Add raw displaying of per-thread counters
If --pretty=raw is given to perf report -T, it now displays one
line per-thread per-counter with the raw event id added.
We get:
# PID TID Name Raw Count
18608 18609 cache-misses 28e 416744
18608 18609 cache-references 28f 6456792
18608 18608 cache-misses 28e 448219
18608 18608 cache-references 28f 7270244
instead of:
# PID TID cache-misses cache-references
18608 18609 416744 6456792
18608 18608 448219 7270244
Signed-off-by: Brice Goglin <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions
