he_cache 986 tools/perf/util/hist.c struct hist_entry **he_cache; he_cache 995 tools/perf/util/hist.c he_cache = malloc(sizeof(*he_cache) * (callchain_cursor.nr + 1)); he_cache 996 tools/perf/util/hist.c if (he_cache == NULL) he_cache 999 tools/perf/util/hist.c iter->priv = he_cache; he_cache 1012 tools/perf/util/hist.c struct hist_entry **he_cache = iter->priv; he_cache 1022 tools/perf/util/hist.c he_cache[iter->curr++] = he; he_cache 1056 tools/perf/util/hist.c struct hist_entry **he_cache = iter->priv; he_cache 1085 tools/perf/util/hist.c if (hist_entry__cmp(he_cache[i], &he_tmp) == 0) { he_cache 1098 tools/perf/util/hist.c he_cache[iter->curr++] = he;