Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-annotate.c748 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate()
912 annotate_opts.annotate_src = false; in cmd_annotate()
Dbuiltin-report.c1393 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report()
1702 annotate_opts.annotate_src = false; in cmd_report()
Dbuiltin-top.c1548 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
/tools/perf/util/
Dannotate.h49 annotate_src, member
Ddisasm.c2167 opts->annotate_src ? "-S" : "", in symbol__disassemble()
Dannotate.c2173 opt->annotate_src = true; in annotation_options__init()