Searched refs:gcov_info (Results 1 – 5 of 5) sorted by relevance
40 struct gcov_info;43 const char *gcov_info_filename(struct gcov_info *info);44 unsigned int gcov_info_version(struct gcov_info *info);45 struct gcov_info *gcov_info_next(struct gcov_info *info);46 void gcov_info_link(struct gcov_info *info);47 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info);55 void gcov_event(enum gcov_action action, struct gcov_info *info);62 struct gcov_iterator *gcov_iter_new(struct gcov_info *info);67 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter);70 void gcov_info_reset(struct gcov_info *info);[all …]
26 static struct gcov_info *gcov_info_head;72 struct gcov_info { struct74 struct gcov_info *next; argument87 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument96 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()108 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()120 void gcov_info_link(struct gcov_info *info) in gcov_info_link()131 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()149 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()155 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()[all …]
33 static struct gcov_info *gcov_info_head;66 const struct gcov_info *key;86 struct gcov_info { struct88 struct gcov_info *next; argument100 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument109 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()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()161 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()[all …]
55 struct gcov_info **loaded_info;56 struct gcov_info *unloaded_info;145 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info()157 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info()159 struct gcov_info *info; in get_accumulated_info()183 struct gcov_info *info; in gcov_seq_open()221 struct gcov_info *info; in gcov_seq_release()241 struct gcov_info *info; in get_node_by_name()276 struct gcov_info *info; in gcov_seq_write()412 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node()[all …]
30 void __gcov_init(struct gcov_info *info) in __gcov_init()116 struct gcov_info *info = NULL; in gcov_enable_events()139 struct gcov_info *info = NULL; in gcov_module_notifier()140 struct gcov_info *prev = NULL; in gcov_module_notifier()