Searched refs:annotation_opts (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/tools/perf/ |
D | builtin-top.c | 149 err = symbol__annotate(&he->ms, evsel, &top->annotation_opts, NULL); in perf_top__parse_source() 261 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details() 263 more = symbol__annotate_printf(&he->ms, top->sym_evsel, &top->annotation_opts); in perf_top__show_details() 450 …fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.mi… in perf_top__print_mapped_keys() 553 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress() 647 &top->annotation_opts); in display_thread_tui() 1232 if (!top->annotation_opts.objdump_path) { in __cmd_top() 1234 &top->annotation_opts.objdump_path); in __cmd_top() 1439 .annotation_opts = annotation__default_options, in cmd_top() 1522 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top() [all …]
|
D | builtin-report.c | 91 struct annotation_options annotation_opts; member 514 &rep->annotation_opts); in evlist__tui_block_hists_browse() 639 &session->header.env, true, &rep->annotation_opts); in report__browse_hists() 1175 .annotation_opts = annotation__default_options, in cmd_report() 1268 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report() 1270 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report() 1272 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report() 1274 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report() 1276 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report() 1291 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report() [all …]
|
/Linux-v5.15/tools/perf/util/ |
D | hist.h | 468 struct annotation_options *annotation_opts); 472 struct annotation_options *annotation_opts); 487 struct annotation_options *annotation_opts); 511 struct annotation_options *annotation_opts __maybe_unused) in hist_entry__tui_annotate() 536 struct annotation_options *annotation_opts __maybe_unused) in block_hists_tui_browse()
|
D | top.h | 23 struct annotation_options annotation_opts; member
|
D | block-info.h | 82 struct annotation_options *annotation_opts);
|
D | block-info.c | 468 struct annotation_options *annotation_opts) in report__browse_block_hists() argument 481 env, annotation_opts); in report__browse_block_hists()
|
/Linux-v5.15/tools/perf/ui/browsers/ |
D | hists.h | 18 struct annotation_options *annotation_opts; member
|
D | hists.c | 2264 struct annotation_options *annotation_opts) in perf_evsel_browser__new() argument 2272 browser->annotation_opts = annotation_opts; in perf_evsel_browser__new() 2445 if (!browser->annotation_opts->objdump_path && in do_annotate() 2446 perf_env__lookup_objdump(browser->env, &browser->annotation_opts->objdump_path)) in do_annotate() 2459 browser->annotation_opts); in do_annotate() 2953 struct annotation_options *annotation_opts) in evsel__hists_browse() argument 2956 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts); in evsel__hists_browse() 3406 struct annotation_options *annotation_opts; member 3508 menu->annotation_opts); in perf_evsel_menu__run() 3565 bool warn_lost_event, struct annotation_options *annotation_opts) in __evlist__tui_browse_hists() argument [all …]
|