Lines Matching refs:gcov_info
43 extern int gcov_profile_merge (struct gcov_info*, struct gcov_info*, int, int);
44 extern int gcov_profile_overlap (struct gcov_info*, struct gcov_info*);
45 extern int gcov_profile_normalize (struct gcov_info*, gcov_type);
46 extern int gcov_profile_scale (struct gcov_info*, float, int, int);
47 extern struct gcov_info* gcov_read_profile_dir (const char*, int);
48 extern void gcov_do_dump (struct gcov_info *, int);
49 extern const char *gcov_get_filename (struct gcov_info *list);
95 gcov_output_files (const char *out, struct gcov_info *profile) in gcov_output_files()
142 struct gcov_info *d1_profile; in profile_merge()
143 struct gcov_info *d2_profile; in profile_merge()
247 struct gcov_info * d1_profile; in profile_rewrite()
393 struct gcov_info *d1_profile; in profile_overlap()
394 struct gcov_info *d2_profile; in profile_overlap()