Home
last modified time | relevance | path

Searched refs:stat_acc (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsort.h88 struct he_stat *stat_acc; member
155 period = he->stat_acc->period; in hist_entry__get_percent_limit()
Dhist.c256 he_stat__decay(he->stat_acc); in hists__decay_entry()
329 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__new()
330 if (he->stat_acc == NULL) { in hist_entry__new()
334 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__new()
350 free(he->stat_acc); in hist_entry__new()
414 he_stat__add_period(he->stat_acc, period, weight); in hists__findnew_entry()
453 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in hists__findnew_entry()
973 zfree(&he->stat_acc); in hist_entry__delete()
1003 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
/linux-4.4.14/tools/perf/tests/
Dhists_common.c207 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()
Dhists_cumulate.c217 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c55 return he->stat_acc->_field; \
255 h->stat_acc->period : h->stat.period; in perf_gtk__show_hists()
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c271 he->stat_acc->period : he->stat.period, in hist_entry_callchain__fprintf()
/linux-4.4.14/tools/perf/ui/
Dhist.c297 return he->stat_acc->_field; \
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c709 return he->stat_acc->_field; \
845 total = entry->stat_acc->period; in hist_browser__show_entry()
1127 total = he->stat_acc->period; in hist_browser__fprintf_callchain()