Searched refs:buffered_event_count (Results 1 – 1 of 1) sorted by relevance
497 buffered_event_count(struct intel_measure_device *device) in buffered_event_count() function500 const unsigned buffered_event_count = ringbuffer_size(rb); in buffered_event_count() local501 if (buffered_event_count == 0) { in buffered_event_count()524 if (buffered_event_count < config.event_interval) { in buffered_event_count()554 event_index < buffered_event_count; in buffered_event_count()625 const int events_to_combine = buffered_event_count(device); in intel_measure_print()