Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 3 of 3) sorted by relevance

/kernel/gcov/
Dclang.c79 u64 *counters; member
167 void llvm_gcda_emit_arcs(u32 num_counters, u64 *counters) in llvm_gcda_emit_arcs() argument
173 info->counters = counters; in llvm_gcda_emit_arcs()
269 memset(fn->counters, 0, in gcov_info_reset()
270 sizeof(fn->counters[0]) * fn->num_counters); in gcov_info_reset()
329 dfn_ptr->counters[i] += sfn_ptr->counters[i]; in gcov_info_add()
349 cv_size = fn->num_counters * sizeof(fn->counters[0]); in gcov_fn_info_dup()
350 fn_dup->counters = vmalloc(cv_size); in gcov_fn_info_dup()
351 if (!fn_dup->counters) in gcov_fn_info_dup()
353 memcpy(fn_dup->counters, fn->counters, cv_size); in gcov_fn_info_dup()
[all …]
Dgcc_base.c46 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument
52 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single() argument
58 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta() argument
64 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior() argument
70 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile() argument
76 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) in __gcov_merge_icall_topn() argument
/kernel/trace/
DKconfig568 have been hit and their counters.