Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/gcov/
Dgcc_4_7.c198 unsigned int fi_idx; in gcov_info_reset() local
201 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()
202 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
238 unsigned int fi_idx; in gcov_info_add() local
242 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()
243 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
244 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
272 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local
298 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()
299 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()
[all …]