Searched refs:ctr_values (Results 1 – 4 of 4) sorted by relevance
340 counter_value_post = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_snapshot() 350 WRITE_ONCE(snapshot_data->ctr_values[0], ULONG_MAX/2); in test_pmu_event_snapshot() 353 counter_value_pre = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_snapshot() 355 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot() 358 counter_value_post = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_snapshot() 364 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_snapshot() 369 counter_value_post = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_snapshot() 388 WRITE_ONCE(snapshot_data->ctr_values[0], counter_init_value); in test_pmu_event_overflow() 395 counter_value_post = READ_ONCE(snapshot_data->ctr_values[0]); in test_pmu_event_overflow() 508 GUEST_ASSERT_EQ(READ_ONCE(snapshot_data->ctr_values[ in test_pmu_events_snaphost() [all...]
74 u64 ctr_values[64]; member
751 val = sdata->ctr_values[idx]; in pmu_sbi_ctr_read()847 sdata->ctr_values[hwc->idx] = sdata->ctr_values[0]; in pmu_sbi_ctr_stop()848 sdata->ctr_values[0] = 0; in pmu_sbi_ctr_stop()932 sdata->ctr_values[idx]; in pmu_sbi_stop_hw_ctrs()941 sdata->ctr_values[idx] = cpu_hw_evt->snapshot_cval_shcopy[idx]; in pmu_sbi_stop_hw_ctrs()1021 sdata->ctr_values[idx] = in pmu_sbi_start_ovf_ctrs_snapshot()
161 u64 ctr_values[64]; member