Searched refs:gcov_info (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/gcov/ |
A D | gcov.h | 42 struct gcov_info; 45 const char *gcov_info_filename(struct gcov_info *info); 46 unsigned int gcov_info_version(struct gcov_info *info); 47 struct gcov_info *gcov_info_next(struct gcov_info *info); 48 void gcov_info_link(struct gcov_info *info); 49 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info); 67 void gcov_info_reset(struct gcov_info *info); 68 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2); 69 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source); 70 struct gcov_info *gcov_info_dup(struct gcov_info *info); [all …]
|
A D | gcc_4_7.c | 33 static struct gcov_info *gcov_info_head; 66 const struct gcov_info *key; 86 struct gcov_info { struct 88 struct gcov_info *next; argument 121 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next() 133 void gcov_info_link(struct gcov_info *info) in gcov_info_link() 144 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink() 222 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() 234 void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) in gcov_info_add() 266 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup() [all …]
|
A D | clang.c | 57 struct gcov_info { struct 78 static struct gcov_info *current_info; argument 173 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next() 177 struct gcov_info, head); in gcov_info_next() 187 void gcov_info_link(struct gcov_info *info) in gcov_info_link() 197 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink() 241 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() 272 void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) in gcov_info_add() 313 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup() 315 struct gcov_info *dup; in gcov_info_dup() [all …]
|
A D | fs.c | 57 struct gcov_info **loaded_info; 58 struct gcov_info *unloaded_info; 99 struct gcov_info *info; 269 struct gcov_info *info; in get_accumulated_info() 293 struct gcov_info *info; in gcov_seq_open() 331 struct gcov_info *info; in gcov_seq_release() 351 struct gcov_info *info; in get_node_by_name() 386 struct gcov_info *info; in gcov_seq_write() 674 static void add_node(struct gcov_info *info) in add_node() 726 struct gcov_info **loaded_info; in add_info() [all …]
|
A D | base.c | 38 struct gcov_info *info = NULL; in gcov_enable_events() 107 struct gcov_info *info = NULL; in gcov_module_notifier() 108 struct gcov_info *prev = NULL; in gcov_module_notifier()
|
A D | gcc_base.c | 12 void __gcov_init(struct gcov_info *info) in __gcov_init()
|
Completed in 11 milliseconds