Lines Matching refs:annotate_opts
61 struct annotation_options annotate_opts; variable
1963 if (!annotate_opts.hide_src_code && srcline) { in symbol__disassemble_bpf()
2086 struct annotation_options *opts = &annotate_opts; in symbol__disassemble()
2342 .options = &annotate_opts, in symbol__annotate()
2370 if (annotate_opts.full_addr) in symbol__annotate()
2383 unsigned int percent_type = annotate_opts.percent_type; in insert_source_line()
2540 struct annotation_options *opts = &annotate_opts; in symbol__annotate_printf()
2893 if (annotate_opts.use_offset) in annotation__update_column_widths()
2895 else if (annotate_opts.full_addr) in annotation__update_column_widths()
2902 if (annotate_opts.show_nr_jumps) in annotation__update_column_widths()
2908 annotate_opts.full_addr = !annotate_opts.full_addr; in annotation__toggle_full_addr()
2910 if (annotate_opts.full_addr) in annotation__toggle_full_addr()
2933 annotate_opts.percent_type); in annotation__calc_lines()
2977 if (annotate_opts.print_lines) { in symbol__tty_annotate2()
2978 srcline_full_filename = annotate_opts.full_path; in symbol__tty_annotate2()
2985 buf, percent_type_str(annotate_opts.percent_type), sym->name, in symbol__tty_annotate2()
3013 if (annotate_opts.print_lines) { in symbol__tty_annotate()
3014 srcline_full_filename = annotate_opts.full_path; in symbol__tty_annotate()
3080 disasm_line__scnprintf(dl, bf, size, !annotate_opts.use_offset, notes->widths.max_ins_name); in disasm_line__write()
3163 if (!annotate_opts.show_minmax_cycle) { in __annotation_line__write()
3207 if (al->line_nr && annotate_opts.show_linenr) in __annotation_line__write()
3217 if (!annotate_opts.use_offset) in __annotation_line__write()
3220 if (!annotate_opts.use_offset) { in __annotation_line__write()
3224 annotate_opts.offset_level >= ANNOTATION__OFFSET_JUMP_TARGETS) { in __annotation_line__write()
3225 if (annotate_opts.show_nr_jumps) { in __annotation_line__write()
3239 annotate_opts.offset_level >= ANNOTATION__OFFSET_CALL) { in __annotation_line__write()
3241 } else if (annotate_opts.offset_level == ANNOTATION__MAX_OFFSET_LEVEL) { in __annotation_line__write()
3267 annotate_opts.percent_type, in annotation_line__write()
3292 notes->options = &annotate_opts; in symbol__annotate2()
3441 annotate_opts.percent_type = type; in annotate_parse_percent_type()