Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c261 unsigned long counter_value_pre, counter_value_post; in test_pmu_event() local
273 __GUEST_ASSERT(counter_value_post > counter_value_pre, in test_pmu_event()
275 counter_value_post, counter_value_pre); in test_pmu_event()
289 __GUEST_ASSERT(counter_value_pre > counter_value_post, in test_pmu_event()
291 counter_value_post, counter_value_pre); in test_pmu_event()
309 unsigned long counter_value_pre, counter_value_post; in test_pmu_event_snapshot() local
323 __GUEST_ASSERT(counter_value_post > counter_value_pre, in test_pmu_event_snapshot()
325 counter_value_post, counter_value_pre); in test_pmu_event_snapshot()
335 counter_value_pre = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_snapshot()
341 __GUEST_ASSERT(counter_value_pre > counter_value_post, in test_pmu_event_snapshot()
[all …]