Lines Matching refs:annotate_opts
264 printf(" Events Pcnt (>=%d%%)\n", annotate_opts.min_pcnt); in perf_top__show_details()
453 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", annotate_opts.min_pcnt); in perf_top__print_mapped_keys()
556 prompt_percent(&annotate_opts.min_pcnt, in perf_top__handle_keypress()
1254 if (!annotate_opts.objdump_path) { in __cmd_top()
1256 &annotate_opts.objdump_path); in __cmd_top()
1552 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
1554 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_top()
1565 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_top()
1567 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
1627 annotate_opts.min_pcnt = 5; in cmd_top()
1628 annotate_opts.context = 4; in cmd_top()
1658 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_top()
1659 if (!annotate_opts.disassembler_style) in cmd_top()
1663 annotate_opts.objdump_path = strdup(objdump_path); in cmd_top()
1664 if (!annotate_opts.objdump_path) in cmd_top()