Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dhist.c324 min_callchain_hits = self->stats.total_period * (callchain_param.min_percent / 100); in hists__output_resort()
613 total = pair_hists->stats.total_period; in hist_entry__snprintf()
858 displacement, fp, self->stats.total_period); in hists__fprintf()
862 self->stats.total_period); in hists__fprintf()
916 self->stats.total_period += h->period; in hists__remove_entry_filter()
926 self->nr_entries = self->stats.total_period = 0; in hists__filter_by_dso()
949 self->nr_entries = self->stats.total_period = 0; in hists__filter_by_thread()
Dhist.h26 u64 total_period; member
Dsession.c851 session->hists.stats.total_period, in perf_session__warn_about_errors()
/linux-2.6.39/tools/perf/
Dbuiltin-annotate.c76 evsel->hists.stats.total_period += sample->period; in perf_evlist__add_sample()
Dbuiltin-diff.c54 session->hists.stats.total_period += sample->period; in diff__process_sample_event()
Dbuiltin-report.c95 evsel->hists.stats.total_period += sample->period; in perf_session__add_hist_entry()
Dbuiltin-script.c262 session->hists.stats.total_period += sample->period; in process_sample_event()
/linux-2.6.39/tools/perf/util/ui/browsers/
Dhists.c498 self->hists->stats.total_period, in hist_browser__show_callchain_node()
552 0, false, self->hists->stats.total_period); in hist_browser__show_entry()
553 percent = (entry->period * 100.0) / self->hists->stats.total_period; in hist_browser__show_entry()