Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/
Dbuiltin-top.c150 err = symbol__annotate(&he->ms, evsel, &top->annotation_opts, NULL); in perf_top__parse_source()
264 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details()
266 more = symbol__annotate_printf(&he->ms, top->sym_evsel, &top->annotation_opts); in perf_top__show_details()
453 …fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.mi… in perf_top__print_mapped_keys()
556 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress()
650 &top->annotation_opts); in display_thread_tui()
1244 if (!top->annotation_opts.objdump_path) { in __cmd_top()
1246 &top->annotation_opts.objdump_path); in __cmd_top()
1539 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top()
1541 OPT_BOOLEAN(0, "asm-raw", &top.annotation_opts.show_asm_raw, in cmd_top()
[all …]
Dbuiltin-report.c101 struct annotation_options annotation_opts; member
545 &rep->annotation_opts); in evlist__tui_block_hists_browse()
673 &session->header.env, true, &rep->annotation_opts); in report__browse_hists()
733 symbol__annotate2(&he->ms, evsel, &rep->annotation_opts, NULL); in hists__resort_cb()
1329 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1331 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1335 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1337 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1389 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1414 annotation_options__init(&report.annotation_opts); in cmd_report()
[all …]
/linux-6.6.21/tools/perf/util/
Dhist.h477 struct annotation_options *annotation_opts);
481 struct annotation_options *annotation_opts);
496 struct annotation_options *annotation_opts);
520 struct annotation_options *annotation_opts __maybe_unused) in hist_entry__tui_annotate()
545 struct annotation_options *annotation_opts __maybe_unused) in block_hists_tui_browse()
Dtop.h24 struct annotation_options annotation_opts; member
Dblock-info.h82 struct annotation_options *annotation_opts);
Dblock-info.c468 struct annotation_options *annotation_opts) in report__browse_block_hists() argument
481 env, annotation_opts); in report__browse_block_hists()
/linux-6.6.21/tools/perf/ui/browsers/
Dhists.h18 struct annotation_options *annotation_opts; member
Dhists.c2254 struct annotation_options *annotation_opts) in perf_evsel_browser__new() argument
2262 browser->annotation_opts = annotation_opts; in perf_evsel_browser__new()
2435 if (!browser->annotation_opts->objdump_path && in do_annotate()
2436 perf_env__lookup_objdump(browser->env, &browser->annotation_opts->objdump_path)) in do_annotate()
2449 browser->annotation_opts); in do_annotate()
2947 struct annotation_options *annotation_opts) in evsel__hists_browse() argument
2950 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env, annotation_opts); in evsel__hists_browse()
3401 struct annotation_options *annotation_opts; member
3503 menu->annotation_opts); in perf_evsel_menu__run()
3560 bool warn_lost_event, struct annotation_options *annotation_opts) in __evlist__tui_browse_hists() argument
[all …]