diff options
| author | Vladimir Nikulichev <[email protected]> | 2014-04-17 15:27:01 +0000 |
|---|---|---|
| committer | Jiri Olsa <[email protected]> | 2014-04-19 22:15:11 +0000 |
| commit | 922d0e4d9f042f68baea28e5b3bd7bb708875f2e (patch) | |
| tree | 2902ece1897531ddd2c193ca5df8c690aea49c3d /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | perf kvm: Fix 'Min time' counting in report command (diff) | |
| download | kernel-922d0e4d9f042f68baea28e5b3bd7bb708875f2e.tar.gz kernel-922d0e4d9f042f68baea28e5b3bd7bb708875f2e.zip | |
perf tools: Adjust symbols in VDSO
pert-report doesn't resolve function names in VDSO:
$ perf report --stdio -g flat,0.0,15,callee --sort pid
...
8.76%
0x7fff6b1fe861
__gettimeofday
ACE_OS::gettimeofday()
...
In this case symbol values should be adjusted the same way as for executables,
relocatable objects and prelinked libraries.
After fix:
$ perf report --stdio -g flat,0.0,15,callee --sort pid
...
8.76%
__vdso_gettimeofday
__gettimeofday
ACE_OS::gettimeofday()
Signed-off-by: Vladimir Nikulichev <[email protected]>
Tested-by: Namhyung Kim <[email protected]>
Reviewed-by: Adrian Hunter <[email protected]>
Link: http://lkml.kernel.org/r/969812.163009436-sendEmail@nvs
Signed-off-by: Jiri Olsa <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
