Lines Matching refs:gcov_info
27 static struct gcov_info *gcov_info_head;
73 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
97 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
109 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
121 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
132 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
147 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
162 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
168 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
184 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
202 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible()
214 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source) in gcov_info_add()
228 static size_t get_fn_size(struct gcov_info *info) in get_fn_size()
240 static struct gcov_fn_info *get_fn_info(struct gcov_info *info, unsigned int fn) in get_fn_info()
252 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
254 struct gcov_info *dup; in gcov_info_dup()
299 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
347 struct gcov_info *info;
374 struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()
399 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter) in gcov_iter_get_info()