Home | History | Annotate | Download | only in util

Lines Matching refs:stats

324 	min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100);
613 total = pair_hists->stats.total_period;
858 displacement, fp, self->stats.total_period);
862 self->stats.total_period);
916 self->stats.total_period += h->period;
917 self->stats.nr_events[PERF_RECORD_SAMPLE] += h->nr_events;
926 self->nr_entries = self->stats.total_period = 0;
927 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0;
949 self->nr_entries = self->stats.total_period = 0;
950 self->stats.nr_events[PERF_RECORD_SAMPLE] = 0;
983 ++self->stats.nr_events[0];
984 ++self->stats.nr_events[type];
995 if (self->stats.nr_events[i] == 0)
1003 self->stats.nr_events[i]);