Lines Matching refs:annotate_opts
69 struct annotation_options annotate_opts; variable
971 .options = &annotate_opts, in symbol__annotate()
1008 if (annotate_opts.full_addr) in symbol__annotate()
1021 unsigned int percent_type = annotate_opts.percent_type; in insert_source_line()
1183 struct annotation_options *opts = &annotate_opts; in symbol__annotate_printf()
1537 if (annotate_opts.use_offset) in annotation__update_column_widths()
1539 else if (annotate_opts.full_addr) in annotation__update_column_widths()
1546 if (annotate_opts.show_nr_jumps) in annotation__update_column_widths()
1552 annotate_opts.full_addr = !annotate_opts.full_addr; in annotation__toggle_full_addr()
1554 if (annotate_opts.full_addr) in annotation__toggle_full_addr()
1577 annotate_opts.percent_type); in annotation__calc_lines()
1621 if (annotate_opts.print_lines) { in symbol__tty_annotate2()
1622 srcline_full_filename = annotate_opts.full_path; in symbol__tty_annotate2()
1629 buf, percent_type_str(annotate_opts.percent_type), sym->name, dso__long_name(dso)); in symbol__tty_annotate2()
1656 if (annotate_opts.print_lines) { in symbol__tty_annotate()
1657 srcline_full_filename = annotate_opts.full_path; in symbol__tty_annotate()
1722 disasm_line__scnprintf(dl, bf, size, !annotate_opts.use_offset, in disasm_line__write()
1949 if (!annotate_opts.show_minmax_cycle) { in __annotation_line__write()
1982 if (annotate_opts.show_br_cntr) { in __annotation_line__write()
2009 if (al->line_nr && annotate_opts.show_linenr) in __annotation_line__write()
2021 if (!annotate_opts.use_offset) in __annotation_line__write()
2024 if (!annotate_opts.use_offset) { in __annotation_line__write()
2028 annotate_opts.offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()
2029 if (annotate_opts.show_nr_jumps) { in __annotation_line__write()
2043 annotate_opts.offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()
2045 } else if (annotate_opts.offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
2071 annotate_opts.percent_type, in annotation_line__write()
2166 struct annotation_options *opt = &annotate_opts; in annotation_options__init()
2180 zfree(&annotate_opts.disassembler_style); in annotation_options__exit()
2181 zfree(&annotate_opts.objdump_path); in annotation_options__exit()
2186 perf_config(annotation__config, &annotate_opts); in annotation_config__init()
2231 annotate_opts.percent_type = type; in annotate_parse_percent_type()
2242 struct annotation_options *args = &annotate_opts; in annotate_check_args()