]> www.infradead.org Git - users/hch/misc.git/commit
perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX
authorKan Liang <kan.liang@linux.intel.com>
Wed, 16 Apr 2025 14:24:25 +0000 (07:24 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 17 Apr 2025 10:57:29 +0000 (12:57 +0200)
commit32c7f1150225694d95a51110a93be25db03bb5db
tree3e0b6bfca459732b26db8d43ea32913d132c5a56
parent96a720db59ab330c8562b2437153faa45dac705f
perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICX

There was a mistake in the ICX uncore spec too. The counter increments
for every 32 bytes rather than 4 bytes.

The same as SNR, there are 1 ioclk and 8 IIO bandwidth in free running
counters. Reuse the snr_uncore_iio_freerunning_events().

Fixes: 2b3b76b5ec67 ("perf/x86/intel/uncore: Add Ice Lake server uncore support")
Reported-by: Tang Jun <dukang.tj@alibaba-inc.com>
Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20250416142426.3933977-2-kan.liang@linux.intel.com
arch/x86/events/intel/uncore_snbep.c