Searched refs:he_cache (Results 1 – 2 of 2) sorted by relevance
1046 struct hist_entry **he_cache; in iter_prepare_cumulative_entry() local1059 he_cache = malloc(sizeof(*he_cache) * (cursor->nr + 1)); in iter_prepare_cumulative_entry()1060 if (he_cache == NULL) in iter_prepare_cumulative_entry()1063 iter->he_cache = he_cache; in iter_prepare_cumulative_entry()1076 struct hist_entry **he_cache = iter->he_cache; in iter_add_single_cumulative_entry() local1086 he_cache[iter->curr++] = he; in iter_add_single_cumulative_entry()1134 struct hist_entry **he_cache = iter->he_cache; in iter_add_next_cumulative_entry() local1173 if (fast && hist_entry__fast__sym_diff(he_cache[i], &he_tmp)) in iter_add_next_cumulative_entry()1176 if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { in iter_add_next_cumulative_entry()1189 he_cache[iter->curr++] = he; in iter_add_next_cumulative_entry()[all …]
143 struct hist_entry **he_cache; member
Completed in 11 milliseconds