Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/
Dhist.c116 hists->stats.total_period -= prev_period - he->period; in hists__decay_entry()
187 hists->stats.total_period += h->period; in hists__inc_nr_entries()
432 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100); in __hists__output_resort()
443 hists->stats.total_period = 0; in __hists__output_resort()
737 bool color, u64 total_period) in hist_entry__pcnt_snprintf() argument
750 total = pair_hists->stats.total_period; in hist_entry__pcnt_snprintf()
758 total = total_period; in hist_entry__pcnt_snprintf()
816 if (total_period > 0) in hist_entry__pcnt_snprintf()
817 new_percent = (he->period * 100.0) / total_period; in hist_entry__pcnt_snprintf()
869 u64 total_period, FILE *fp) in hist_entry__fprintf() argument
[all …]
Dhist.h27 u64 total_period; member
/linux-3.3/tools/perf/
Dbuiltin-diff.c57 evsel->hists.stats.total_period += sample->period; in diff__process_sample_event()
Dbuiltin-annotate.c78 evsel->hists.stats.total_period += sample->period; in perf_evsel__add_sample()
Dbuiltin-report.c100 evsel->hists.stats.total_period += sample->period; in perf_evsel__add_hist_entry()
Dbuiltin-script.c479 evsel->hists.stats.total_period += sample->period; in process_sample_event()
Dbuiltin-sched.c1607 evsel->hists.stats.total_period += sample->period; in perf_sched__process_tracepoint_sample()
/linux-3.3/tools/perf/util/ui/browsers/
Dhists.c522 self->hists->stats.total_period, in hist_browser__show_callchain_node()
576 percent = (entry->period * 100.0) / self->hists->stats.total_period; in hist_browser__show_entry()