Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/arm/
H A Dpmu.c768 uint64_t cntr_val, num_events, max = 0, min = pmevcntr_mask(); in test_mem_access_reliability() local
788 num_events = cntr_val - pre_overflow2; in test_mem_access_reliability()
791 num_events = cntr_val + all_set - pre_overflow2; in test_mem_access_reliability()
794 i, num_events, min, max); in test_mem_access_reliability()
797 max = MAX(num_events, max); in test_mem_access_reliability()
798 min = MIN(num_events, min); in test_mem_access_reliability()