Lines Matching refs:stat_acc
308 he_stat__decay(he->stat_acc); in hists__decay_entry()
420 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__init()
421 if (he->stat_acc == NULL) in hist_entry__init()
423 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__init()
502 zfree(&he->stat_acc); in hist_entry__init()
597 he_stat__add_period(he->stat_acc, period, weight); in hists__findnew_entry()
642 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in hists__findnew_entry()
1264 zfree(&he->stat_acc); in hist_entry__delete()
1537 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
1775 total = he->stat_acc->period; in hists__hierarchy_output_resort()
1801 total = he->stat_acc->period; in __hists__insert_output_entry()
2315 memset(he->stat_acc, 0, sizeof(he->stat)); in hists__add_dummy_entry()