Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 5 of 5) sorted by relevance

/tools/perf/
Dbuiltin-config.c41 const char *first_line = "# this file is auto-generated."; in set_config() local
51 fprintf(fp, "%s\n", first_line); in set_config()
/tools/perf/util/
Dannotate.h207 bool first_line, current_entry, change_color; member
Dannotate.c2518 .first_line = true, in symbol__annotate_fprintf2()
2533 wops.first_line = false; in symbol__annotate_fprintf2()
2932 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument
2948 if (first_line && (al->offset == -1 || percent_max == 0.0)) { in __annotation_line__write()
3097 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()
/tools/vm/
Dslabinfo.c335 static void first_line(void) in first_line() function
625 first_line(); in slabcache()
/tools/perf/ui/browsers/
Dannotate.c103 .first_line = row == 0, in annotate_browser__write()