stat_acc 213 tools/perf/tests/hists_common.c he->stat_acc ? he->stat_acc->period : 0); stat_acc 216 tools/perf/tests/hists_cumulate.c TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); stat_acc 1124 tools/perf/ui/browsers/hists.c parent_total = entry->stat_acc->period; stat_acc 1195 tools/perf/ui/browsers/hists.c return he->stat_acc->_field; \ stat_acc 2806 tools/perf/ui/browsers/hists.c total = he->stat_acc->period; stat_acc 60 tools/perf/ui/gtk/hists.c return he->stat_acc->_field; \ stat_acc 391 tools/perf/ui/gtk/hists.c h->stat_acc->period : h->stat.period; stat_acc 488 tools/perf/ui/gtk/hists.c he->stat_acc->period : he->stat.period; stat_acc 308 tools/perf/ui/hist.c return he->stat_acc->_field; \ stat_acc 387 tools/perf/ui/stdio/hist.c parent_samples = he->stat_acc->period; stat_acc 308 tools/perf/util/hist.c he_stat__decay(he->stat_acc); stat_acc 420 tools/perf/util/hist.c he->stat_acc = malloc(sizeof(he->stat)); stat_acc 421 tools/perf/util/hist.c if (he->stat_acc == NULL) stat_acc 423 tools/perf/util/hist.c memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); stat_acc 502 tools/perf/util/hist.c zfree(&he->stat_acc); stat_acc 597 tools/perf/util/hist.c he_stat__add_period(he->stat_acc, period, weight); stat_acc 642 tools/perf/util/hist.c he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); stat_acc 1264 tools/perf/util/hist.c zfree(&he->stat_acc); stat_acc 1537 tools/perf/util/hist.c he_stat__add_stat(iter->stat_acc, he->stat_acc); stat_acc 1775 tools/perf/util/hist.c total = he->stat_acc->period; stat_acc 1801 tools/perf/util/hist.c total = he->stat_acc->period; stat_acc 2315 tools/perf/util/hist.c memset(he->stat_acc, 0, sizeof(he->stat)); stat_acc 95 tools/perf/util/sort.h struct he_stat *stat_acc; stat_acc 190 tools/perf/util/sort.h period = he->stat_acc->period;