Searched defs:annotation_options (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | annotate.h | 80 struct annotation_options { struct 81 bool hide_src_code, 82 use_offset, 83 jump_arrows, 84 print_lines, 85 full_path, 86 show_linenr, 87 show_fileloc, 88 show_nr_jumps, 89 show_minmax_cycle, [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | annotate.h | 80 struct annotation_options { struct 81 bool hide_src_code, 82 use_offset, 83 jump_arrows, 84 print_lines, 85 full_path, 86 show_linenr, 110 extern struct annotation_options annotation__default_options; argument
|