Home
last modified time | relevance | path

Searched defs:gcov_info (Results 1 – 3 of 3) sorted by relevance

/kernel/gcov/
Dgcc_4_7.c97 struct gcov_info { struct
99 struct gcov_info *next; argument
115 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
Dgcc_3_4.c73 struct gcov_info { struct
75 struct gcov_info *next; argument
88 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
Dclang.c58 struct gcov_info { struct
59 struct list_head head;
61 const char *filename;
85 static struct gcov_info *current_info; argument