Searched refs:annotate_src (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-annotate.c | 749 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate() 915 annotate_opts.annotate_src = false; in cmd_annotate()
|
H A D | builtin-report.c | 1422 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report() 1730 annotate_opts.annotate_src = false; in cmd_report()
|
H A D | builtin-top.c | 1558 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
|
/linux/tools/perf/util/ |
H A D | annotate.h | 58 annotate_src, member
|
H A D | disasm.c | 2117 opts->annotate_src ? "-S" : "", in symbol__disassemble_objdump() 2288 if (options->annotate_src && !options->hide_src_code) { in symbol__disassemble()
|
H A D | annotate.c | 2281 opt->annotate_src = true; in annotation_options__init()
|
/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 421 if (!annotate_opts.annotate_src) in annotate_browser__toggle_source() 422 annotate_opts.annotate_src = true; in annotate_browser__toggle_source()
|