Home
last modified time | relevance | path

Searched refs:annotate_src (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/
Dbuiltin-annotate.c749 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate()
915 annotate_opts.annotate_src = false; in cmd_annotate()
Dbuiltin-report.c1408 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report()
1720 annotate_opts.annotate_src = false; in cmd_report()
Dbuiltin-top.c1552 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
/linux-6.15/tools/perf/util/
Dannotate.h57 annotate_src, member
Ddisasm.c2117 opts->annotate_src ? "-S" : "", in symbol__disassemble_objdump()
Dannotate.c2280 opt->annotate_src = true; in annotation_options__init()