Lines Matching refs:nr_events
275 he_stat->nr_events += 1; in he_stat__add_period()
285 dest->nr_events += src->nr_events; in he_stat__add_stat()
292 he_stat->nr_events = (he_stat->nr_events * 7) / 8; in he_stat__decay()
702 .nr_events = 1, in __hists__add_entry()
2033 hists->stats.nr_non_filtered_samples += h->stat.nr_events; in hists__remove_entry_filter()
2260 ++stats->nr_events[0]; in events_stats__inc()
2261 ++stats->nr_events[type]; in events_stats__inc()
2632 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2633 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title() local
2643 nr_events = hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2657 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2659 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2660 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
2676 ev_name, sample_freq_str, enable_ref ? ref : " ", nr_events); in __hists__scnprintf_title()