Lines Matching refs:nr_events
290 he_stat->nr_events += 1; in he_stat__add_period()
300 dest->nr_events += src->nr_events; in he_stat__add_stat()
307 he_stat->nr_events = (he_stat->nr_events * 7) / 8; in he_stat__decay()
719 .nr_events = 1, in __hists__add_entry()
2080 hists->stats.nr_non_filtered_samples += h->stat.nr_events; in hists__remove_entry_filter()
2307 ++stats->nr_events[0]; in events_stats__inc()
2308 ++stats->nr_events[type]; in events_stats__inc()
2684 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2685 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title() local
2695 nr_events = hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2709 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2711 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2712 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
2728 ev_name, sample_freq_str, enable_ref ? ref : " ", nr_events); in __hists__scnprintf_title()