Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/
Dbuiltin-annotate.c749 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate()
913 annotate_opts.annotate_src = false; in cmd_annotate()
Dbuiltin-report.c1395 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report()
1704 annotate_opts.annotate_src = false; in cmd_report()
Dbuiltin-top.c1548 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
/linux-6.14.4/tools/perf/util/
Dannotate.h57 annotate_src, member
Ddisasm.c2116 opts->annotate_src ? "-S" : "", in symbol__disassemble_objdump()
Dannotate.c2227 opt->annotate_src = true; in annotation_options__init()