Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/riscv/
A Dsbi_pmu_test.c260 unsigned long counter_value_pre, counter_value_post; in test_pmu_event() local
272 __GUEST_ASSERT(counter_value_post > counter_value_pre, in test_pmu_event()
274 counter_value_post, counter_value_pre); 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()
308 unsigned long counter_value_pre, counter_value_post; in test_pmu_event_snapshot() local
322 __GUEST_ASSERT(counter_value_post > counter_value_pre, in test_pmu_event_snapshot()
324 counter_value_post, counter_value_pre); in test_pmu_event_snapshot()
334 counter_value_pre = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_snapshot()
340 __GUEST_ASSERT(counter_value_pre > counter_value_post, in test_pmu_event_snapshot()
[all …]

Completed in 4 milliseconds