Home
last modified time | relevance | path

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

/tools/perf/util/
Dsort.h90 struct he_stat *stat_acc; member
173 period = he->stat_acc->period; in hist_entry__get_percent_limit()
Dhist.c273 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()
[all …]
/tools/perf/tests/
Dhists_common.c208 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()
Dhists_cumulate.c212 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
/tools/perf/ui/gtk/
Dhists.c55 return he->stat_acc->_field; \
385 h->stat_acc->period : h->stat.period; in perf_gtk__show_hists()
482 he->stat_acc->period : he->stat.period; in perf_gtk__add_hierarchy_entries()
/tools/perf/ui/stdio/
Dhist.c350 parent_samples = he->stat_acc->period; in hist_entry_callchain__fprintf()
/tools/perf/ui/
Dhist.c300 return he->stat_acc->_field; \
/tools/perf/ui/browsers/
Dhists.c1051 parent_total = entry->stat_acc->period; in hist_browser__show_callchain()
1122 return he->stat_acc->_field; \
2691 total = he->stat_acc->period; in hist_browser__update_percent_limit()