Searched refs:counter_value_pre (Results 1 – 1 of 1) sorted by relevance
260 unsigned long counter_value_pre, counter_value_post; in test_pmu_event() local272 __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() local322 __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