Home
last modified time | relevance | path

Searched refs:stat_acc (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_common.c213 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()
H A Dhists_cumulate.c216 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.h99 struct he_stat *stat_acc; member
197 period = he->stat_acc->period; in hist_entry__get_percent_limit()
H A Dhist.c323 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()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dhists_common.c217 he->stat_acc ? he->stat_acc->period : 0); in print_hists_out()
H A Dhists_cumulate.c229 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.h98 struct he_stat *stat_acc; member
202 period = he->stat_acc->period; in hist_entry__get_percent_limit()
H A Dhist.c333 he_stat__decay(he->stat_acc); in hists__decay_entry()
445 he->stat_acc = malloc(sizeof(he->stat)); in hist_entry__init()
446 if (he->stat_acc == NULL) in hist_entry__init()
448 memcpy(he->stat_acc, &he->stat, sizeof(he->stat)); in hist_entry__init()
529 zfree(&he->stat_acc); in hist_entry__init()
622 he_stat__add_period(he->stat_acc, period); in hists__findnew_entry()
669 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in hists__findnew_entry()
1344 zfree(&he->stat_acc); in hist_entry__delete()
1622 he_stat__add_stat(iter->stat_acc, he->stat_acc); in hists__collapse_insert_entry()
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H 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()
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H 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()
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c371 return he->stat_acc->_field; \
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H A Dhist.c388 parent_samples = he->stat_acc->period; in hist_entry_callchain__fprintf()
/kernel/linux/linux-6.6/tools/perf/ui/stdio/
H A Dhist.c388 parent_samples = he->stat_acc->period; in hist_entry_callchain__fprintf()
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c374 return he->stat_acc->_field; \
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c1174 parent_total = entry->stat_acc->period; in hist_browser__show_callchain()
1245 return he->stat_acc->_field; \
2922 total = he->stat_acc->period; in hist_browser__update_percent_limit()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c1175 parent_total = entry->stat_acc->period; in hist_browser__show_callchain()
1246 return he->stat_acc->_field; \
2927 total = he->stat_acc->period; in hist_browser__update_percent_limit()

Completed in 25 milliseconds