diff options
| author | Namhyung Kim <[email protected]> | 2023-11-28 09:54:34 -0800 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2023-12-07 16:45:54 -0300 |
| commit | 9d03194a36345796d4f0f8d6b72eb770a45d614e (patch) | |
| tree | a55fe0c6fd77cb09261b880bd7e2a80b40c534e8 /tools/perf/scripts/python/bin | |
| parent | 0713ab3bd169da82c35eefd012b07b715e4ebcf7 (diff) | |
perf annotate: Introduce global annotation_options
The annotation options are to control the behavior of objdump and the
output. It's basically used by 'perf annotate' but 'perf report' and
'perf top' can call it on TUI dynamically.
But it doesn't need to have a copy of annotation options in many places.
As most of the work is done in the util/annotate.c file, add a global
variable and set/use it instead of having their own copies.
Reviewed-by: Ian Rogers <[email protected]>
Signed-off-by: Namhyung Kim <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[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