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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dhist.h47 * The total_period is needed because by default auto-freq is used, so
50 * sample_event.period and stash the result in total_period.
53 u64 total_period; member in struct:events_stats
H A Dhist.c307 min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100);
594 total = pair_hists->stats.total_period;
838 displacement, fp, self->stats.total_period);
842 self->stats.total_period);
896 self->stats.total_period += h->period;
906 self->nr_entries = self->stats.total_period = 0;
929 self->nr_entries = self->stats.total_period = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dhist.h47 * The total_period is needed because by default auto-freq is used, so
50 * sample_event.period and stash the result in total_period.
53 u64 total_period; member in struct:events_stats
H A Dhist.c307 min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100);
594 total = pair_hists->stats.total_period;
838 displacement, fp, self->stats.total_period);
842 self->stats.total_period);
896 self->stats.total_period += h->period;
906 self->nr_entries = self->stats.total_period = 0;
929 self->nr_entries = self->stats.total_period = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-report.c141 hists->stats.total_period += data->period;
143 session->hists.stats.total_period += data->period;
H A Dbuiltin-diff.c52 session->hists.stats.total_period += data.period;
H A Dbuiltin-trace.c105 session->hists.stats.total_period += data.period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-report.c141 hists->stats.total_period += data->period;
143 session->hists.stats.total_period += data->period;
H A Dbuiltin-diff.c52 session->hists.stats.total_period += data.period;
H A Dbuiltin-trace.c105 session->hists.stats.total_period += data.period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c415 self->hists->stats.total_period,
469 0, false, self->hists->stats.total_period);
470 percent = (entry->period * 100.0) / self->hists->stats.total_period;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/ui/browsers/
H A Dhists.c415 self->hists->stats.total_period,
469 0, false, self->hists->stats.total_period);
470 percent = (entry->period * 100.0) / self->hists->stats.total_period;

Completed in 140 milliseconds