Lines Matching refs:annotate_opts
564 if (!annotate_opts.objdump_path) { in __cmd_annotate()
566 &annotate_opts.objdump_path); in __cmd_annotate()
736 OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines, in cmd_annotate()
738 OPT_BOOLEAN('P', "full-paths", &annotate_opts.full_path, in cmd_annotate()
749 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate()
751 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_annotate()
755 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_annotate()
757 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate()
774 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_annotate()
791 OPT_BOOLEAN(0, "code-with-type", &annotate_opts.code_with_type, in cmd_annotate()
821 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_annotate()
822 if (!annotate_opts.disassembler_style) in cmd_annotate()
826 annotate_opts.objdump_path = strdup(objdump_path); in cmd_annotate()
827 if (!annotate_opts.objdump_path) in cmd_annotate()
915 annotate_opts.annotate_src = false; in cmd_annotate()
918 } else if (annotate_opts.code_with_type) { in cmd_annotate()
947 annotate_opts.show_br_cntr = true; in cmd_annotate()