Lines Matching refs:annotate_opts
265 printf(" Events Pcnt (>=%d%%)\n", annotate_opts.min_pcnt); in perf_top__show_details()
454 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", annotate_opts.min_pcnt); in perf_top__print_mapped_keys()
557 prompt_percent(&annotate_opts.min_pcnt, in perf_top__handle_keypress()
1256 if (!annotate_opts.objdump_path) { in __cmd_top()
1258 &annotate_opts.objdump_path); in __cmd_top()
1558 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
1560 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_top()
1571 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_top()
1573 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
1634 annotate_opts.min_pcnt = 5; in cmd_top()
1635 annotate_opts.context = 4; in cmd_top()
1669 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_top()
1670 if (!annotate_opts.disassembler_style) { in cmd_top()
1676 annotate_opts.objdump_path = strdup(objdump_path); in cmd_top()
1677 if (!annotate_opts.objdump_path) { in cmd_top()