Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/gcov/
Dgcc_4_7.c210 unsigned int fi_idx; in gcov_info_reset() local
213 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()
214 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
250 unsigned int fi_idx; in gcov_info_add() local
254 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()
255 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
256 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
284 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local
310 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()
311 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()
[all …]