Searched refs:ct_idx (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/kernel/gcov/
H A Dgcc_4_7.c185 unsigned int ct_idx; gcov_info_reset() local
190 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { gcov_info_reset()
191 if (!counter_active(info, ct_idx)) gcov_info_reset()
225 unsigned int ct_idx; gcov_info_add() local
232 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { gcov_info_add()
233 if (!counter_active(src, ct_idx)) gcov_info_add()
259 unsigned int ct_idx; /* counter type idx */ gcov_info_dup() local
294 for (ct_idx = 0; ct_idx < active; ct_idx++) { gcov_info_dup()
325 unsigned int ct_idx; gcov_info_free() local
339 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) gcov_info_free()
428 unsigned int ct_idx; convert_to_gcda() local
449 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { convert_to_gcda()
450 if (!counter_active(info, ct_idx)) convert_to_gcda()
455 GCOV_TAG_FOR_COUNTER(ct_idx)); convert_to_gcda()

Completed in 57 milliseconds