Searched refs:total_period (Results 1 – 8 of 8) sorted by relevance
116 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() argument750 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 …]
27 u64 total_period; member
57 evsel->hists.stats.total_period += sample->period; in diff__process_sample_event()
78 evsel->hists.stats.total_period += sample->period; in perf_evsel__add_sample()
100 evsel->hists.stats.total_period += sample->period; in perf_evsel__add_hist_entry()
479 evsel->hists.stats.total_period += sample->period; in process_sample_event()
1607 evsel->hists.stats.total_period += sample->period; in perf_sched__process_tracepoint_sample()
522 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()