Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dhists.h17 struct annotation_options *annotation_opts; member
Dhists.c2199 struct annotation_options *annotation_opts) in perf_evsel_browser__new() argument
2207 browser->annotation_opts = annotation_opts; in perf_evsel_browser__new()
2375 if (!browser->annotation_opts->objdump_path && in do_annotate()
2376 perf_env__lookup_objdump(browser->env, &browser->annotation_opts->objdump_path)) in do_annotate()
2385 browser->annotation_opts); in do_annotate()
2830 struct annotation_options *annotation_opts) in perf_evsel__hists_browse() argument
2833 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts); in perf_evsel__hists_browse()
3213 struct annotation_options *annotation_opts; member
3317 menu->annotation_opts); in perf_evsel_menu__run()
3377 struct annotation_options *annotation_opts) in __perf_evlist__tui_browse_hists() argument
[all …]
/tools/perf/
Dbuiltin-top.c145 err = symbol__annotate(sym, map, evsel, 0, &top->annotation_opts, NULL); in perf_top__parse_source()
257 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details()
259 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts); in perf_top__show_details()
447 …fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.mi… in perf_top__print_mapped_keys()
550 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress()
644 &top->annotation_opts); in display_thread_tui()
1224 if (!top->annotation_opts.objdump_path) { in __cmd_top()
1226 &top->annotation_opts.objdump_path); in __cmd_top()
1418 .annotation_opts = annotation__default_options, in cmd_top()
1502 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top()
[all …]
Dbuiltin-report.c88 struct annotation_options annotation_opts; member
588 true, &rep->annotation_opts); in report__browse_hists()
1070 .annotation_opts = annotation__default_options, in cmd_report()
1159 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1161 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1163 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1174 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1207 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
/tools/perf/util/
Dtop.h23 struct annotation_options annotation_opts; member
Dhist.h458 struct annotation_options *annotation_opts);
462 struct annotation_options *annotation_opts);
500 struct annotation_options *annotation_opts __maybe_unused) in hist_entry__tui_annotate()