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()
1250 if (!annotate_opts.objdump_path) { in __cmd_top()
1252 &annotate_opts.objdump_path); in __cmd_top()
1548 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
1550 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_top()
1561 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_top()
1563 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
1623 annotate_opts.min_pcnt = 5; in cmd_top()
1624 annotate_opts.context = 4; in cmd_top()
1654 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_top()
1655 if (!annotate_opts.disassembler_style) in cmd_top()
1659 annotate_opts.objdump_path = strdup(objdump_path); in cmd_top()
1660 if (!annotate_opts.objdump_path) in cmd_top()