Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dannotate.h91 annotate_src; member
Dannotate.c62 .annotate_src = true,
2027 opts->annotate_src ? "-S" : "", in symbol__disassemble()
/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c554 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate()
Dbuiltin-report.c1291 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
Dbuiltin-top.c1522 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top()