Searched refs:ct_idx (Results 1 – 2 of 2) sorted by relevance
213 unsigned int ct_idx; in gcov_info_reset() 218 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset() 219 if (!counter_active(info, ct_idx)) in gcov_info_reset() 253 unsigned int ct_idx; in gcov_info_add() 260 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add() 261 if (!counter_active(src, ct_idx)) in gcov_info_add() 211 unsigned int ct_idx; gcov_info_reset() local 251 unsigned int ct_idx; gcov_info_add() local 285 unsigned int ct_idx; /* counter type idx */ gcov_info_dup() local 351 unsigned int ct_idx; gcov_info_free() local 389 unsigned int ct_idx; convert_to_gcda() local [all...]
124 int ct_idx; in cache_size() local126 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_size()127 propname = cache_type_info[ct_idx].size_prop; in cache_size()136 int i, lim, ct_idx; in cache_get_line_size() local138 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_get_line_size()139 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_get_line_size()146 propname = cache_type_info[ct_idx].line_size_props[i]; in cache_get_line_size()158 int ct_idx; in cache_nr_sets() local160 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_nr_sets()161 propname = cache_type_info[ct_idx].nr_sets_prop; in cache_nr_sets()