Lines Matching refs:stat_acc
273 he_stat__decay(he->stat_acc); in hists__decay_entry()
365 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__init()
366 if (he->stat_acc == NULL) in hist_entry__init()
368 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__init()
384 free(he->stat_acc); in hist_entry__init()
417 free(he->stat_acc); in hist_entry__init()
522 he_stat__add_period(he->stat_acc, period, weight); in hists__findnew_entry()
563 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in hists__findnew_entry()
1132 zfree(&he->stat_acc); in hist_entry__delete()
1399 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
1632 total = he->stat_acc->period; in hists__hierarchy_output_resort()
1657 total = he->stat_acc->period; in __hists__insert_output_entry()
2153 memset(he->stat_acc, 0, sizeof(he->stat)); in hists__add_dummy_entry()