• Home
  • Raw
  • Download

Lines Matching refs:gcov_info

43 static struct gcov_info *gcov_info_head;
76 const struct gcov_info *key;
97 struct gcov_info { struct
99 struct gcov_info *next; argument
115 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename() argument
124 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
136 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
148 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
159 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
174 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
188 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
194 static unsigned int num_counter_active(struct gcov_info *info) in num_counter_active()
210 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
237 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible()
249 void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) in gcov_info_add()
281 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
283 struct gcov_info *dup; in gcov_info_dup()
350 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
390 struct gcov_info *info;
452 static size_t convert_to_gcda(char *buffer, struct gcov_info *info) in convert_to_gcda()
512 struct gcov_iterator *gcov_iter_new(struct gcov_info *info) in gcov_iter_new()
551 struct gcov_info *gcov_iter_get_info(struct gcov_iterator *iter) in gcov_iter_get_info()