diff options
| author | Brice Goglin <[email protected]> | 2009-08-07 11:55:24 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-08-09 11:04:20 +0000 |
| commit | 8d51327090ac025d7f4ce6c059786b5e93513321 (patch) | |
| tree | 32576a197af970ac698c7888c67235e8f723fa67 /tools/perf/builtin-annotate.c | |
| parent | x86, perf_counter, bts: Add BTS support to perfcounters (diff) | |
| download | kernel-8d51327090ac025d7f4ce6c059786b5e93513321.tar.gz kernel-8d51327090ac025d7f4ce6c059786b5e93513321.zip | |
perf report: Fix and improve the displaying of per-thread event counters
Improve and fix the handling of per-thread counter stats
recorded via perf record -s. Previously we only displayed
it in debug printouts (-D) and even that output was hard
to disambiguate.
I moved everything to utils/values.[ch] so that we may reuse
it in perf stat.
We get something like this now:
# PID TID cache-misses cache-references
4658 4659 495581 3238779
4658 4662 498246 3236823
4658 4663 499531 3243162
Then it'll be easy to add --pretty=raw to display a single line per thread/event.
By the way, -S was also used for --symbol... So I used -T/--thread here.
perf report: Add -T/--threads to display per-thread counter values
We get something like this now:
# PID TID cache-misses cache-references
4658 4659 495581 3238779
4658 4662 498246 3236823
4658 4663 499531 3243162
Per-thread arrays of counter values are managed in utils/values.[ch]
Signed-off-by: Brice Goglin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions
