Searched refs:counter_value_post (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/riscv/ |
H A D | sbi_pmu_test.c | 260 unsigned long counter_value_pre, counter_value_post; in test_pmu_event() local 271 counter_value_post = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event() 272 __GUEST_ASSERT(counter_value_post > counter_value_pre, in test_pmu_event() 274 counter_value_post, counter_value_pre); in test_pmu_event() 287 counter_value_post = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event() 288 __GUEST_ASSERT(counter_value_pre > counter_value_post, in test_pmu_event() 290 counter_value_post, counter_value_pre); in test_pmu_event() 297 counter_value_post = read_counter(counter, ctrinfo_arr[counter]); in test_pmu_event() 298 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event() 300 counter_value_post, counter_init_value); in test_pmu_event() [all …]
|