Searched refs:he_cache (Results 1 – 2 of 2) sorted by relevance
1138 struct hist_entry **he_cache; in iter_prepare_cumulative_entry() local1151 he_cache = malloc(sizeof(*he_cache) * (cursor->nr + 1)); in iter_prepare_cumulative_entry()1152 if (he_cache == NULL) in iter_prepare_cumulative_entry()1155 iter->he_cache = he_cache; in iter_prepare_cumulative_entry()1168 struct hist_entry **he_cache = iter->he_cache; in iter_add_single_cumulative_entry() local1178 he_cache[iter->curr++] = he; in iter_add_single_cumulative_entry()1226 struct hist_entry **he_cache = iter->he_cache; in iter_add_next_cumulative_entry() local1265 if (fast && hist_entry__fast__sym_diff(he_cache[i], &he_tmp)) in iter_add_next_cumulative_entry()1268 if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { in iter_add_next_cumulative_entry()1281 he_cache[iter->curr++] = he; in iter_add_next_cumulative_entry()[all …]
165 struct hist_entry **he_cache; member