diff options
author | Li Zefan <[email protected]> | 2009-12-01 14:04:49 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-12-01 08:14:08 +0100 |
commit | bab81b624e970f1138535a465ad2b26b6bb0dd6c (patch) | |
tree | 4e62c0dd293b18c7bc1593437e2a6fd18e811b5b /lib/string_helpers.c | |
parent | 1ed091c45ae33b2179d387573c3fe3f3b4adf60a (diff) |
perf annotate: Fix perf data parsing
perf-annotate doesn't parse perf.data correctly in that it
doesn't read perf header. Fix this by using
mmap_dispatch_perf_file().
Before:
TOTAL events: 17565
MMAP events: 3221
LOST events: 10
COMM events: 235
EXIT events: 2
THROTTLE events: 1
UNTHROTTLE events: 2
FORK events: 10
READ events: 1
SAMPLE events: 14083
After:
TOTAL events: 17290
MMAP events: 3203
LOST events: 0
COMM events: 234
EXIT events: 1
THROTTLE events: 0
UNTHROTTLE events: 0
FORK events: 0
READ events: 0
SAMPLE events: 13852
Signed-off-by: Li Zefan <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Arjan van de Ven <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions