Lines Matching refs:annotate_opts
70 struct annotation_options annotate_opts; variable
1017 .options = &annotate_opts, in symbol__annotate()
1054 if (annotate_opts.full_addr) in symbol__annotate()
1067 unsigned int percent_type = annotate_opts.percent_type; in insert_source_line()
1229 struct annotation_options *opts = &annotate_opts; in hist_entry__annotate_printf()
1374 if (annotate_opts.code_with_type) { in symbol__annotate_fprintf2()
1387 if (annotate_opts.code_with_type) in symbol__annotate_fprintf2()
1600 if (annotate_opts.use_offset) in annotation__update_column_widths()
1602 else if (annotate_opts.full_addr) in annotation__update_column_widths()
1609 if (annotate_opts.show_nr_jumps) in annotation__update_column_widths()
1615 annotate_opts.full_addr = !annotate_opts.full_addr; in annotation__toggle_full_addr()
1617 if (annotate_opts.full_addr) in annotation__toggle_full_addr()
1640 annotate_opts.percent_type); in annotation__calc_lines()
1689 if (annotate_opts.print_lines) { in hist_entry__tty_annotate2()
1690 srcline_full_filename = annotate_opts.full_path; in hist_entry__tty_annotate2()
1697 buf, percent_type_str(annotate_opts.percent_type), sym->name, dso__long_name(dso)); in hist_entry__tty_annotate2()
1725 if (annotate_opts.print_lines) { in hist_entry__tty_annotate()
1726 srcline_full_filename = annotate_opts.full_path; in hist_entry__tty_annotate()
1791 return disasm_line__scnprintf(dl, bf, size, !annotate_opts.use_offset, in disasm_line__write()
1972 if (!annotate_opts.code_with_type || apd->dbg == NULL) in disasm_line__snprint_type_info()
2016 double percent_max = annotation_line__max_percent(al, annotate_opts.percent_type); in annotation_line__write()
2045 annotate_opts.percent_type); in annotation_line__write()
2078 if (!annotate_opts.show_minmax_cycle) { in annotation_line__write()
2111 if (annotate_opts.show_br_cntr) { in annotation_line__write()
2140 if (al->line_nr && annotate_opts.show_linenr) in annotation_line__write()
2153 if (!annotate_opts.use_offset) in annotation_line__write()
2156 if (!annotate_opts.use_offset) { in annotation_line__write()
2160 annotate_opts.offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in annotation_line__write()
2161 if (annotate_opts.show_nr_jumps) { in annotation_line__write()
2175 annotate_opts.offset_level >= ANNOTATION__OFFSET_CALL) { in annotation_line__write()
2177 } else if (annotate_opts.offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in annotation_line__write()
2350 struct annotation_options *opt = &annotate_opts; in annotation_options__init()
2366 zfree(&annotate_opts.disassembler_style); in annotation_options__exit()
2367 zfree(&annotate_opts.objdump_path); in annotation_options__exit()
2387 perf_config(annotation__config, &annotate_opts); in annotation_config__init()
2388 annotation_options__default_init_disassemblers(&annotate_opts); in annotation_config__init()
2433 annotate_opts.percent_type = type; in annotate_parse_percent_type()
2444 struct annotation_options *args = &annotate_opts; in annotate_check_args()