Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dgcc_4_7.c208 unsigned int fi_idx; in gcov_info_reset() local
211 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()
212 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
248 unsigned int fi_idx; in gcov_info_add() local
252 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()
253 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
254 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
282 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local
308 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()
309 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()
[all …]