Home
last modified time | relevance | path

Searched refs:change_color (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dannotate.h191 bool first_line, current_entry, change_color; member
H A Dannotate.c1938 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument
2104 if (change_color) in __annotation_line__write()
2107 if (change_color) in __annotation_line__write()
2121 wops->change_color, wops->width, wops->obj, in annotation_line__write()
/linux-6.15/tools/perf/ui/browsers/
H A Dannotate.c98 .change_color = (!annotate_opts.hide_src_code && in annotate_browser__write()