I915_PMU_SAMPLE_BITS 28 drivers/gpu/drm/i915/i915_pmu.c #define ENGINE_SAMPLE_BITS (1 << I915_PMU_SAMPLE_BITS) I915_PMU_SAMPLE_BITS 49 drivers/gpu/drm/i915/i915_pmu.c return (event->attr.config >> I915_PMU_SAMPLE_BITS) & 0xff; I915_PMU_SAMPLE_BITS 31 drivers/gpu/drm/i915/i915_pmu.h ((1 << I915_PMU_SAMPLE_BITS) + \ I915_PMU_SAMPLE_BITS 158 include/uapi/drm/i915_drm.h (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS) I915_PMU_SAMPLE_BITS 162 include/uapi/drm/i915_drm.h (instance) << I915_PMU_SAMPLE_BITS | \ I915_PMU_SAMPLE_BITS 158 tools/include/uapi/drm/i915_drm.h (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS) I915_PMU_SAMPLE_BITS 162 tools/include/uapi/drm/i915_drm.h (instance) << I915_PMU_SAMPLE_BITS | \