Lines Matching refs:annotation_opts
150 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()
1552 OPT_STRING(0, "prefix", &top.annotation_opts.prefix, "prefix", in cmd_top()
1554 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()
1612 annotation_options__init(&top.annotation_opts); in cmd_top()
1614 top.annotation_opts.min_pcnt = 5; in cmd_top()
1615 top.annotation_opts.context = 4; in cmd_top()
1645 top.annotation_opts.disassembler_style = strdup(disassembler_style); in cmd_top()
1646 if (!top.annotation_opts.disassembler_style) in cmd_top()
1650 top.annotation_opts.objdump_path = strdup(objdump_path); in cmd_top()
1651 if (!top.annotation_opts.objdump_path) in cmd_top()
1664 if (annotate_check_args(&top.annotation_opts) < 0) in cmd_top()
1790 annotation_config__init(&top.annotation_opts); in cmd_top()
1843 annotation_options__exit(&top.annotation_opts); in cmd_top()