Searched refs:he_cache (Results 1 – 2 of 2) sorted by relevance
1072 struct hist_entry **he_cache; in iter_prepare_cumulative_entry() local1085 he_cache = malloc(sizeof(*he_cache) * (cursor->nr + 1)); in iter_prepare_cumulative_entry()1086 if (he_cache == NULL) in iter_prepare_cumulative_entry()1089 iter->he_cache = he_cache; in iter_prepare_cumulative_entry()1102 struct hist_entry **he_cache = iter->he_cache; in iter_add_single_cumulative_entry() local1112 he_cache[iter->curr++] = he; in iter_add_single_cumulative_entry()1160 struct hist_entry **he_cache = iter->he_cache; in iter_add_next_cumulative_entry() local1199 if (fast && hist_entry__fast__sym_diff(he_cache[i], &he_tmp)) in iter_add_next_cumulative_entry()1202 if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { in iter_add_next_cumulative_entry()1215 he_cache[iter->curr++] = he; in iter_add_next_cumulative_entry()[all …]
153 struct hist_entry **he_cache; member