Lines Matching refs:nr_events
302 he_stat->nr_events += 1; in he_stat__add_period()
315 dest->nr_events += src->nr_events; in he_stat__add_stat()
321 he_stat->nr_events = (he_stat->nr_events * 7) / 8; in he_stat__decay()
739 .nr_events = 1, in __hists__add_entry()
2135 hists->stats.nr_non_filtered_samples += h->stat.nr_events; in hists__remove_entry_filter()
2362 ++stats->nr_events[0]; in events_stats__inc()
2363 ++stats->nr_events[type]; in events_stats__inc()
2775 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title() local
2785 nr_events = hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2799 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2802 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
2818 ev_name, sample_freq_str, enable_ref ? ref : " ", nr_events); in __hists__scnprintf_title()