Searched refs:store_sample (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 207 store_sample(struct i915_pmu *pmu, unsigned int gt_id, int sample, u64 val) in store_sample() function 236 store_sample(pmu, gt_id, __I915_SAMPLE_RC6, val); in get_rc6() 252 store_sample(pmu, gt_id, __I915_SAMPLE_RC6_LAST_REPORTED, val); in get_rc6() 271 store_sample(pmu, i, __I915_SAMPLE_RC6, val); in init_rc6() 272 store_sample(pmu, i, __I915_SAMPLE_RC6_LAST_REPORTED, in init_rc6() 283 store_sample(pmu, gt->info.id, __I915_SAMPLE_RC6, __get_rc6(gt)); in park_rc6()
|