Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/gcov/
Dgcc_base.c46 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add()
52 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single()
58 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta()
64 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior()
70 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile()
76 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) in __gcov_merge_icall_topn()
Dgcov.h33 typedef long gcov_type; typedef
35 typedef long long gcov_type; typedef
Dgcc_3_4.c55 gcov_type *values;
56 void (*merge)(gcov_type *, unsigned int);
191 info->counts[i].num * sizeof(gcov_type)); in gcov_info_reset()
279 size_t size = ctr->num * sizeof(gcov_type); in gcov_info_dup()
Dgcc_4_7.c46 gcov_type *values;
92 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int);
210 sizeof(gcov_type) * ci_ptr->num); in gcov_info_reset()
311 cv_size = sizeof(gcov_type) * sci_ptr->num; in gcov_info_dup()