Searched refs:counter_init_value (Results 1 – 1 of 1) sorted by relevance
262 unsigned long counter_init_value = 100; in test_pmu_event() local299 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event()301 counter_value_post, counter_init_value); in test_pmu_event()310 unsigned long counter_init_value = 100; in test_pmu_event_snapshot() local337 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot()346 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot()352 __GUEST_ASSERT(counter_value_post > counter_init_value, in test_pmu_event_snapshot()354 counter_value_post, counter_init_value); in test_pmu_event_snapshot()363 unsigned long counter_init_value = ULONG_MAX - 10000; in test_pmu_event_overflow() local379 __GUEST_ASSERT(counter_value_post < counter_init_value, in test_pmu_event_overflow()[all …]