| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 123 .change_color = (!annotate_opts.hide_src_code && in annotate_browser__write() 163 if (!annotate_opts.hide_src_code) in is_fused() 231 if (annotate_opts.hide_src_code) { in annotate_browser__draw_current_jump() 260 if (annotate_opts.jump_arrows) in annotate_browser__refresh() 294 if (disasm__cmp(al, l, annotate_opts.percent_type) < 0) in disasm_rb_tree__insert() 332 if (annotate_opts.hide_src_code) in annotate_browser__set_rb_top() 365 annotate_opts.percent_type); in annotate_browser__calc_percent() 455 if (!annotate_opts.annotate_src) in annotate_browser__toggle_source() 456 annotate_opts.annotate_src = true; in annotate_browser__toggle_source() 463 if (annotate_opts.hide_src_code && !notes->src->tried_source) { in annotate_browser__toggle_source() [all …]
|
| H A D | hists.c | 2474 if (!annotate_opts.objdump_path && in do_annotate() 2475 perf_env__lookup_objdump(browser->env, &annotate_opts.objdump_path)) in do_annotate() 3739 annotate_opts.show_br_cntr = true; in block_hists_tui_browse()
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 555 if (!annotate_opts.objdump_path) { in __cmd_annotate() 557 &annotate_opts.objdump_path); in __cmd_annotate() 727 OPT_BOOLEAN('l', "print-line", &annotate_opts.print_lines, in cmd_annotate() 729 OPT_BOOLEAN('P', "full-paths", &annotate_opts.full_path, in cmd_annotate() 739 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate() 741 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_annotate() 745 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_annotate() 747 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate() 764 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_annotate() 781 OPT_BOOLEAN(0, "code-with-type", &annotate_opts in cmd_annotate() [all...] |
| H A D | builtin-top.c | 266 printf(" Events Pcnt (>=%d%%)\n", annotate_opts.min_pcnt); in perf_top__show_details() 455 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", annotate_opts.min_pcnt); in perf_top__print_mapped_keys() 558 prompt_percent(&annotate_opts.min_pcnt, in perf_top__handle_keypress() 1257 if (!annotate_opts.objdump_path) { in __cmd_top() 1259 &annotate_opts.objdump_path); in __cmd_top() 1569 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top() 1571 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_top() 1582 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_top() 1584 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top() 1645 annotate_opts in cmd_top() [all...] |
| H A D | builtin-report.c | 1422 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report() 1424 OPT_BOOLEAN(0, "asm-raw", &annotate_opts.show_asm_raw, in cmd_report() 1428 OPT_STRING(0, "prefix", &annotate_opts.prefix, "prefix", in cmd_report() 1430 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_report() 1485 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_report() 1541 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_report() 1542 if (!annotate_opts.disassembler_style) in cmd_report() 1546 annotate_opts.objdump_path = strdup(objdump_path); in cmd_report() 1547 if (!annotate_opts.objdump_path) in cmd_report() 1735 annotate_opts in cmd_report() [all...] |
| H A D | builtin-c2c.c | 3153 annotate_opts.disassembler_style = strdup(disassembler_style); in perf_c2c__report() 3154 if (!annotate_opts.disassembler_style) { in perf_c2c__report() 3161 annotate_opts.objdump_path = strdup(objdump_path); in perf_c2c__report() 3162 if (!annotate_opts.objdump_path) { in perf_c2c__report()
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 69 struct annotation_options annotate_opts; variable 1016 .options = &annotate_opts, in symbol__annotate() 1053 if (annotate_opts.full_addr) in symbol__annotate() 1066 unsigned int percent_type = annotate_opts.percent_type; in insert_source_line() 1228 struct annotation_options *opts = &annotate_opts; in hist_entry__annotate_printf() 1373 if (annotate_opts.code_with_type) { in symbol__annotate_fprintf2() 1386 if (annotate_opts.code_with_type) in symbol__annotate_fprintf2() 1599 if (annotate_opts.use_offset) in annotation__update_column_widths() 1601 else if (annotate_opts.full_addr) in annotation__update_column_widths() 1608 if (annotate_opts.show_nr_jumps) in annotation__update_column_widths() [all …]
|
| H A D | annotate.h | 74 extern struct annotation_options annotate_opts; 373 if (notes->branch && annotate_opts.show_minmax_cycle) in annotation__cycles_width() 386 return annotate_opts.hide_src_code && al->offset == -1; in annotation_line__filter() 391 return annotate_opts.show_br_cntr ? ANNOTATION__BR_CNTR_WIDTH : 0; in annotation__br_cntr_width()
|
| H A D | libbfd.c | 610 if (!annotate_opts.hide_src_code && srcline) { in symbol__disassemble_bpf_libbfd()
|
| H A D | disasm.c | 1401 struct annotation_options *opts = &annotate_opts; in symbol__disassemble_objdump()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-powerpc.c | 404 annotate_opts.show_asm_raw = true; in arch__new_powerpc()
|