annotation_opts    88 tools/perf/builtin-report.c 	struct annotation_options annotation_opts;
annotation_opts   587 tools/perf/builtin-report.c 						    true, &rep->annotation_opts);
annotation_opts  1069 tools/perf/builtin-report.c 		.annotation_opts	 = annotation__default_options,
annotation_opts  1158 tools/perf/builtin-report.c 	OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src,
annotation_opts  1160 tools/perf/builtin-report.c 	OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw,
annotation_opts  1162 tools/perf/builtin-report.c 	OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler style",
annotation_opts  1173 tools/perf/builtin-report.c 	OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path",
annotation_opts  1206 tools/perf/builtin-report.c 	OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period",
annotation_opts   145 tools/perf/builtin-top.c 	err = symbol__annotate(sym, map, evsel, 0, &top->annotation_opts, NULL);
annotation_opts   257 tools/perf/builtin-top.c 	printf("  Events  Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt);
annotation_opts   259 tools/perf/builtin-top.c 	more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts);
annotation_opts   447 tools/perf/builtin-top.c 	fprintf(stdout, "\t[F]     annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.min_pcnt);
annotation_opts   550 tools/perf/builtin-top.c 			prompt_percent(&top->annotation_opts.min_pcnt,
annotation_opts   644 tools/perf/builtin-top.c 				      &top->annotation_opts);
annotation_opts  1224 tools/perf/builtin-top.c 	if (!top->annotation_opts.objdump_path) {
annotation_opts  1226 tools/perf/builtin-top.c 					       &top->annotation_opts.objdump_path);
annotation_opts  1418 tools/perf/builtin-top.c 		.annotation_opts     = annotation__default_options,
annotation_opts  1502 tools/perf/builtin-top.c 	OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src,
annotation_opts  1504 tools/perf/builtin-top.c 	OPT_BOOLEAN(0, "asm-raw", &top.annotation_opts.show_asm_raw,
annotation_opts  1509 tools/perf/builtin-top.c 	OPT_STRING(0, "objdump", &top.annotation_opts.objdump_path, "path",
annotation_opts  1511 tools/perf/builtin-top.c 	OPT_STRING('M', "disassembler-style", &top.annotation_opts.disassembler_style, "disassembler style",
annotation_opts  1553 tools/perf/builtin-top.c 	top.annotation_opts.min_pcnt = 5;
annotation_opts  1554 tools/perf/builtin-top.c 	top.annotation_opts.context  = 4;
annotation_opts  2199 tools/perf/ui/browsers/hists.c 			struct annotation_options *annotation_opts)
annotation_opts  2207 tools/perf/ui/browsers/hists.c 		browser->annotation_opts = annotation_opts;
annotation_opts  2375 tools/perf/ui/browsers/hists.c 	if (!browser->annotation_opts->objdump_path &&
annotation_opts  2376 tools/perf/ui/browsers/hists.c 	    perf_env__lookup_objdump(browser->env, &browser->annotation_opts->objdump_path))
annotation_opts  2385 tools/perf/ui/browsers/hists.c 				       browser->annotation_opts);
annotation_opts  2830 tools/perf/ui/browsers/hists.c 				    struct annotation_options *annotation_opts)
annotation_opts  2833 tools/perf/ui/browsers/hists.c 	struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts);
annotation_opts  3214 tools/perf/ui/browsers/hists.c 	struct annotation_options *annotation_opts;
annotation_opts  3318 tools/perf/ui/browsers/hists.c 						       menu->annotation_opts);
annotation_opts  3378 tools/perf/ui/browsers/hists.c 					   struct annotation_options *annotation_opts)
annotation_opts  3393 tools/perf/ui/browsers/hists.c 		.annotation_opts = annotation_opts,
annotation_opts  3415 tools/perf/ui/browsers/hists.c 				  struct annotation_options *annotation_opts)
annotation_opts  3426 tools/perf/ui/browsers/hists.c 						annotation_opts);
annotation_opts  3445 tools/perf/ui/browsers/hists.c 					       annotation_opts);
annotation_opts    17 tools/perf/ui/browsers/hists.h 	struct annotation_options *annotation_opts;
annotation_opts   458 tools/perf/util/hist.h 			     struct annotation_options *annotation_opts);
annotation_opts   462 tools/perf/util/hist.h 			     struct annotation_options *annotation_opts);
annotation_opts   500 tools/perf/util/hist.h 					   struct annotation_options *annotation_opts __maybe_unused)
annotation_opts    23 tools/perf/util/top.h 	struct annotation_options annotation_opts;