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

/linux-master/tools/perf/tests/
H A Dhists_common.c217 he->stat_acc ? he->stat_acc->period : 0);
H A Dhists_cumulate.c229 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children);
/linux-master/tools/perf/util/
H A Dsort.h100 struct he_stat *stat_acc; member in struct:hist_entry
206 period = he->stat_acc->period;
H A Dhist.c333 he_stat__decay(he->stat_acc);
445 he->stat_acc = malloc(sizeof(he->stat));
446 if (he->stat_acc == NULL)
448 memcpy(he->stat_acc, &he->stat, sizeof(he->stat));
528 zfree(&he->stat_acc);
621 he_stat__add_period(he->stat_acc, period);
668 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period);
1342 zfree(&he->stat_acc);
1620 he_stat__add_stat(iter->stat_acc, he->stat_acc);
[all...]
/linux-master/tools/perf/ui/gtk/
H A Dhists.c60 return he->stat_acc->_field; \
391 h->stat_acc->period : h->stat.period;
488 he->stat_acc->period : he->stat.period;
/linux-master/tools/perf/ui/
H A Dhist.c374 return he->stat_acc->_field; \
/linux-master/tools/perf/ui/stdio/
H A Dhist.c388 parent_samples = he->stat_acc->period;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1175 parent_total = entry->stat_acc->period;
1246 return he->stat_acc->_field; \
2924 total = he->stat_acc->period;

Completed in 171 milliseconds