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

/linux-master/tools/perf/util/
H A Dstat.c427 struct perf_stat_aggr *ps_aggr; local
434 ps_aggr = &ps->aggr[i];
435 ps_aggr->nr++;
442 if (evsel__count_has_error(evsel, count, config) && !ps_aggr->failed) {
443 ps_aggr->counts.val = 0;
444 ps_aggr->counts.ena = 0;
445 ps_aggr->counts.run = 0;
446 ps_aggr->failed = true;
449 if (!ps_aggr->failed) {
450 ps_aggr
[all...]

Completed in 113 milliseconds