aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2024-03-18 22:51:04 -0700
committerArnaldo Carvalho de Melo <[email protected]>2024-03-21 10:41:28 -0300
commit0a41e5d6849b4f705c377d34799485b546764970 (patch)
tree552fd21755620a072f46c5c898ce34013f30e2ae /tools/perf/scripts/python/bin
parent1ebb5e17ef21b492ee60654d4e22cbfb3763661f (diff)
perf annotate-data: Handle global variable access
When updating the instruction states, it also needs to handle global variable accesses. Same as it does for PC-relative addressing, it can look up the type by address (if it's defined in the same file), or by name after finding the symbol by address (for declarations). Signed-off-by: Namhyung Kim <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions