Lines Matching refs:nr_events
295 he_stat->nr_events += 1; in he_stat__add_period()
305 dest->nr_events += src->nr_events; in he_stat__add_stat()
311 he_stat->nr_events = (he_stat->nr_events * 7) / 8; in he_stat__decay()
723 .nr_events = 1, in __hists__add_entry()
2086 hists->stats.nr_non_filtered_samples += h->stat.nr_events; in hists__remove_entry_filter()
2313 ++stats->nr_events[0]; in events_stats__inc()
2314 ++stats->nr_events[type]; in events_stats__inc()
2703 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title() local
2713 nr_events = hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2727 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2730 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
2746 ev_name, sample_freq_str, enable_ref ? ref : " ", nr_events); in __hists__scnprintf_title()