Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dhists_common.c217 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()
A Dhists_cumulate.c229 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
/tools/perf/util/
A Dhist.c414 he_stat__decay(he->stat_acc); in hists__decay_entry()
531 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__init()
532 if (he->stat_acc == NULL) in hist_entry__init()
534 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__init()
617 zfree(&he->stat_acc); in hist_entry__init()
713 he_stat__add_period(he->stat_acc, period, latency); in hists__findnew_entry()
1487 zfree(&he->stat_acc); in hist_entry__delete()
1772 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
2007 total = he->stat_acc->period; in hists__hierarchy_output_resort()
2033 total = he->stat_acc->period; in __hists__insert_output_entry()
[all …]
A Dhist.h246 struct he_stat *stat_acc; member
444 period = he->stat_acc->period; in hist_entry__get_percent_limit()
/tools/perf/ui/gtk/
A Dhists.c60 return he->stat_acc->_field; \
391 h->stat_acc->period : h->stat.period; in perf_gtk__show_hists()
488 he->stat_acc->period : he->stat.period; in perf_gtk__add_hierarchy_entries()
/tools/perf/ui/stdio/
A Dhist.c392 parent_samples = he->stat_acc->period; in hist_entry_callchain__fprintf()
/tools/perf/ui/browsers/
A Dhists.c1176 parent_total = entry->stat_acc->period; in hist_browser__show_callchain()
1247 return he->stat_acc->_field; \
2982 total = he->stat_acc->period; in hist_browser__update_percent_limit()
/tools/perf/ui/
A Dhist.c533 return he->stat_acc->_field; \

Completed in 29 milliseconds