Home
last modified time | relevance | path

Searched refs:total_period (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dhists_filter.c159 hists->stats.total_period == 1000); in test__hists_filter()
166 hists->stats.total_period == in test__hists_filter()
184 hists->stats.total_period == 1000); in test__hists_filter()
213 hists->stats.total_period == 1000); in test__hists_filter()
248 hists->stats.total_period == 1000); in test__hists_filter()
277 hists->stats.total_period == 1000); in test__hists_filter()
308 hists->stats.total_period == 1000); in test__hists_filter()
/linux-4.4.14/drivers/md/
Ddm-kcopyd.c120 t->total_period += difference; in io_job_start()
125 if (unlikely(t->io_period > t->total_period)) in io_job_start()
126 t->io_period = t->total_period; in io_job_start()
128 if (unlikely(t->total_period >= (1 << ACCOUNT_INTERVAL_SHIFT))) { in io_job_start()
129 int shift = fls(t->total_period >> ACCOUNT_INTERVAL_SHIFT); in io_job_start()
130 t->total_period >>= shift; in io_job_start()
134 skew = t->io_period - throttle * t->total_period / 100; in io_job_start()
171 t->total_period += difference; in io_job_finish()
176 if (unlikely(t->io_period > t->total_period)) in io_job_finish()
177 t->io_period = t->total_period; in io_job_finish()
/linux-4.4.14/tools/perf/util/
Dsort.h149 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() local
151 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()
157 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
Dhist.c260 hists->stats.total_period -= diff; in hists__decay_entry()
1111 hists->stats.total_period = 0; in hists__reset_stats()
1128 hists->stats.total_period += h->stat.period; in hists__inc_stats()
1172 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100); in hists__output_resort()
1538 hists->stats.total_period; in hists__total_period()
Devent.h256 u64 total_period; member
/linux-4.4.14/include/linux/
Ddm-kcopyd.h28 unsigned total_period; member
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c295 u64 total_period = hists->stats.total_period; in hist_entry__callchain_fprintf() local
311 return hist_entry_callchain__fprintf(he, total_period, left_margin, fp); in hist_entry__callchain_fprintf()
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c262 u64 he_total = he->hists->stats.total_period; in formula_delta()
263 u64 pair_total = pair->hists->stats.total_period; in formula_delta()
351 hists->stats.total_period += sample->period; in diff__process_sample_event()
Dbuiltin-report.c302 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events()
327 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1277 u64 nr_events = hists->stats.total_period; in hists__browser_title()
1304 nr_events += pos_hists->stats.total_period; in hists__browser_title()