diff options
author | Feng Tang <[email protected]> | 2012-08-08 17:57:52 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-08-08 12:46:40 -0300 |
commit | 73994dc158a24df4af77d0a76c9702f120f7a6ad (patch) | |
tree | 26380804ed9dd1c8bc6e3d00459aaed01edd4d74 /tools/perf/scripts/python | |
parent | 6a6daec2ae9f097703c1da4925367f1c198c9492 (diff) |
perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()"
Both perl and python script start processing events other than trace
points, and it's useful to pass the resolved symbol and the dso info to
the event handler in script for better analysis and statistics.
Struct thread is already a member of struct addr_location, using
addr_location will keep the thread info, while providing additional
symbol and dso info if exist, so that the script itself doesn't need to
bother to do the symbol resolving and dso searching work.
Tested-by: David Ahern <[email protected]>
Signed-off-by: Feng Tang <[email protected]>
Acked-by: David Ahern <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Robert Richter <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions