Lines Matching refs:stat_acc
414 he_stat__decay(he->stat_acc); in hists__decay_entry()
531 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__init()
532 if (he->stat_acc == NULL) in hist_entry__init()
534 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__init()
615 zfree(&he->stat_acc); in hist_entry__init()
711 he_stat__add_period(he->stat_acc, period, latency); in hists__findnew_entry()
757 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in hists__findnew_entry()
1485 zfree(&he->stat_acc); in hist_entry__delete()
1770 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
2005 total = he->stat_acc->period; in hists__hierarchy_output_resort()
2031 total = he->stat_acc->period; in __hists__insert_output_entry()
2580 memset(he->stat_acc, 0, sizeof(he->stat)); in hists__add_dummy_entry()