Searched refs:annotation_opts (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-top.c | 136 err = symbol__annotate(sym, map, evsel, 0, &top->annotation_opts, NULL); in perf_top__parse_source() 246 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details() 248 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts); in perf_top__show_details() 408 …fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.mi… in perf_top__print_mapped_keys() 511 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress() 610 &top->annotation_opts); in display_thread_tui() 1080 if (!top->annotation_opts.objdump_path) { in __cmd_top() 1082 &top->annotation_opts.objdump_path); in __cmd_top() 1263 .annotation_opts = annotation__default_options, in cmd_top() 1345 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top() [all …]
|
D | builtin-report.c | 74 struct annotation_options annotation_opts; member 565 true, &rep->annotation_opts); in report__browse_hists() 992 .annotation_opts = annotation__default_options, in cmd_report() 1082 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report() 1084 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report() 1086 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report() 1097 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report() 1128 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.h | 17 struct annotation_options *annotation_opts; member
|
D | hists.c | 2180 struct annotation_options *annotation_opts) in perf_evsel_browser__new() argument 2188 browser->annotation_opts = annotation_opts; in perf_evsel_browser__new() 2342 if (!browser->annotation_opts->objdump_path && in do_annotate() 2343 perf_env__lookup_objdump(browser->env, &browser->annotation_opts->objdump_path)) in do_annotate() 2352 browser->annotation_opts); in do_annotate() 2706 struct annotation_options *annotation_opts) in perf_evsel__hists_browse() argument 2709 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts); in perf_evsel__hists_browse() 3071 struct annotation_options *annotation_opts; member 3174 menu->annotation_opts); in perf_evsel_menu__run() 3234 struct annotation_options *annotation_opts) in __perf_evlist__tui_browse_hists() argument [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | top.h | 20 struct annotation_options annotation_opts; member
|
D | hist.h | 434 struct annotation_options *annotation_opts); 438 struct annotation_options *annotation_opts); 470 struct annotation_options *annotation_opts __maybe_unused) in hist_entry__tui_annotate()
|