Home
last modified time | relevance | path

Searched refs:gcov_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/gcov/
Dbase.c65 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add()
71 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single()
77 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta()
83 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior()
89 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile()
95 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) in __gcov_merge_icall_topn()
Dgcov.h31 typedef long gcov_type; typedef
33 typedef long long gcov_type; typedef
Dgcc_3_4.c54 gcov_type *values;
55 void (*merge)(gcov_type *, unsigned int);
178 info->counts[i].num * sizeof(gcov_type)); in gcov_info_reset()
267 size_t size = ctr->num * sizeof(gcov_type); in gcov_info_dup()
Dgcc_4_7.c43 gcov_type *values;
89 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int);
195 sizeof(gcov_type) * ci_ptr->num); in gcov_info_reset()
296 cv_size = sizeof(gcov_type) * sci_ptr->num; in gcov_info_dup()