Home
last modified time | relevance | path

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

/linux-4.1.27/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()
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.c41 gcov_type *values;
87 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int);
193 sizeof(gcov_type) * ci_ptr->num); in gcov_info_reset()
294 cv_size = sizeof(gcov_type) * sci_ptr->num; in gcov_info_dup()