Home
last modified time | relevance | path

Searched refs:annotation_options (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/perf/util/
H A Ddisasm.h11 struct annotation_options;
102 struct annotation_options *options;
H A Dannotate.h45 struct annotation_options { struct
73 extern struct annotation_options annotate_opts; argument
H A Dannotate.c69 struct annotation_options annotate_opts;
779 struct annotation_options *opts, int printed, in annotation_line__print()
814 struct annotation_options queue_opts = { in annotation_line__print()
1229 struct annotation_options *opts = &annotate_opts; in hist_entry__annotate_printf()
2164 static void annotation_options__add_disassembler(struct annotation_options *options, in annotation_options__add_disassembler()
2181 static int annotation_options__add_disassemblers_str(struct annotation_options *options, in annotation_options__add_disassemblers_str()
2209 struct annotation_options *opt = data; in annotation__config()
2273 struct annotation_options *opt = &annotate_opts; in annotation_options__init()
2291 static void annotation_options__default_init_disassemblers(struct annotation_options *options) in annotation_options__default_init_disassemblers()
2365 struct annotation_options *args = &annotate_opts; in annotate_check_args()
H A Ddisasm.c1341 struct annotation_options *opt = args->options; in open_capstone_handle()
2085 struct annotation_options *opts = &annotate_opts; in symbol__disassemble_objdump()
2222 struct annotation_options *options = args->options; in symbol__disassemble()
/linux-6.15/tools/perf/ui/browsers/
H A Dannotate.c675 switch_percent_type(struct annotation_options *opts, bool base) in switch_percent_type()