diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2012-05-11 16:48:49 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-05-11 17:19:20 -0300 |
commit | 6de783b6f50f7f1db18a3fda0aa34b2e84b5771d (patch) | |
tree | b5606aafa9e9703d433d8dff6ef931027832eb90 /tools/perf/scripts/python/syscall-counts.py | |
parent | e8ea1561952b04276cf4c02500e363de76c142aa (diff) |
perf annotate: Resolve symbols using objdump comment
This:
mov 0x95bbb6(%rip),%ecx # ffffffff81ae8d04 <d_hash_shift>
Becomes:
mov d_hash_shift,%ecx
Ditto for many more instructions that take two operands.
Requested-by: Linus Torvalds <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions