Lines Matching refs:stat_acc
323 he_stat__decay(he->stat_acc); in hists__decay_entry()
435 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__init()
436 if (he->stat_acc == NULL) in hist_entry__init()
438 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__init()
517 zfree(&he->stat_acc); in hist_entry__init()
612 he_stat__add_period(he->stat_acc, period, weight); in hists__findnew_entry()
657 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in hists__findnew_entry()
1311 zfree(&he->stat_acc); in hist_entry__delete()
1584 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
1822 total = he->stat_acc->period; in hists__hierarchy_output_resort()
1848 total = he->stat_acc->period; in __hists__insert_output_entry()
2362 memset(he->stat_acc, 0, sizeof(he->stat)); in hists__add_dummy_entry()