Lines Matching refs:annotation_opts
145 err = symbol__annotate(sym, map, evsel, 0, &top->annotation_opts, NULL); in perf_top__parse_source()
257 printf(" Events Pcnt (>=%d%%)\n", top->annotation_opts.min_pcnt); in perf_top__show_details()
259 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts); in perf_top__show_details()
447 …fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->annotation_opts.mi… in perf_top__print_mapped_keys()
550 prompt_percent(&top->annotation_opts.min_pcnt, in perf_top__handle_keypress()
644 &top->annotation_opts); in display_thread_tui()
1224 if (!top->annotation_opts.objdump_path) { in __cmd_top()
1226 &top->annotation_opts.objdump_path); in __cmd_top()
1418 .annotation_opts = annotation__default_options, in cmd_top()
1502 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top()
1504 OPT_BOOLEAN(0, "asm-raw", &top.annotation_opts.show_asm_raw, in cmd_top()
1509 OPT_STRING(0, "objdump", &top.annotation_opts.objdump_path, "path", in cmd_top()
1511 …OPT_STRING('M', "disassembler-style", &top.annotation_opts.disassembler_style, "disassembler style… in cmd_top()
1553 top.annotation_opts.min_pcnt = 5; in cmd_top()
1554 top.annotation_opts.context = 4; in cmd_top()