Searched refs:annotation_opts (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/perf/ |
A D | builtin-top.c | 554 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress() 648 &top->annotation_opts); in display_thread_tui() 1231 if (!top->annotation_opts.objdump_path) { in __cmd_top() 1233 &top->annotation_opts.objdump_path); in __cmd_top() 1438 .annotation_opts = annotation__default_options, in cmd_top() 1521 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top() 1523 OPT_BOOLEAN(0, "asm-raw", &top.annotation_opts.show_asm_raw, in cmd_top() 1590 top.annotation_opts.min_pcnt = 5; in cmd_top() 1591 top.annotation_opts.context = 4; in cmd_top() 1624 if (annotate_check_args(&top.annotation_opts) < 0) in cmd_top() [all …]
|
A D | builtin-report.c | 101 struct annotation_options annotation_opts; member 538 &rep->annotation_opts); in evlist__tui_block_hists_browse() 666 &session->header.env, true, &rep->annotation_opts); in report__browse_hists() 1221 .annotation_opts = annotation__default_options, in cmd_report() 1318 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report() 1320 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report() 1324 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report() 1326 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report() 1341 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report() 1417 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | hist.h | 473 struct annotation_options *annotation_opts); 477 struct annotation_options *annotation_opts); 492 struct annotation_options *annotation_opts); 516 struct annotation_options *annotation_opts __maybe_unused) in hist_entry__tui_annotate() 541 struct annotation_options *annotation_opts __maybe_unused) in block_hists_tui_browse()
|
A D | top.h | 24 struct annotation_options annotation_opts; member
|
A D | block-info.h | 82 struct annotation_options *annotation_opts);
|
A 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-6.3-rc2/tools/perf/ui/browsers/ |
A D | hists.h | 18 struct annotation_options *annotation_opts; member
|
A 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() 2459 browser->annotation_opts); in do_annotate() 3406 struct annotation_options *annotation_opts; member 3508 menu->annotation_opts); in perf_evsel_menu__run() 3580 .annotation_opts = annotation_opts, in __evlist__tui_browse_hists() 3625 env, warn_lost_event, annotation_opts); in evlist__tui_browse_hists() 3643 warn_lost_event, annotation_opts); in evlist__tui_browse_hists() 3663 struct annotation_options *annotation_opts) in block_hists_tui_browse() argument [all …]
|
Completed in 30 milliseconds