Lines Matching refs:gcov_info
58 struct gcov_info { struct
81 static struct gcov_info *current_info; argument
87 struct gcov_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcov_init()
161 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
170 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
182 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
186 struct gcov_info, head); in gcov_info_next()
196 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
206 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
219 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
234 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
250 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible()
284 void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) in gcov_info_add()
332 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
334 struct gcov_info *dup; in gcov_info_dup()
365 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
389 struct gcov_info *info;
451 static size_t convert_to_gcda(char *buffer, struct gcov_info *info) in convert_to_gcda()
490 struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()
529 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter) in gcov_iter_get_info()