Lines Matching refs:gcov_info
26 static struct gcov_info *gcov_info_head;
72 struct gcov_info { struct
74 struct gcov_info *next; argument
87 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
96 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()
171 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
189 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible()
201 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source) in gcov_info_add()
215 static size_t get_fn_size(struct gcov_info *info) in get_fn_size()
227 static struct gcov_fn_info *get_fn_info(struct gcov_info *info, unsigned int fn) in get_fn_info()
239 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
241 struct gcov_info *dup; in gcov_info_dup()
247 dup = kzalloc(sizeof(struct gcov_info) + in gcov_info_dup()
287 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
335 struct gcov_info *info;
362 struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()
388 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter) in gcov_iter_get_info()