perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx
authorDhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
Thu, 2 May 2024 09:51:14 +0000 (15:21 +0530)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 May 2024 11:32:21 +0000 (13:32 +0200)
commit626c5acf39ba929a0d82d37e72072e21492a958e
treeaa39576c1827a2fe7b49fec4195c78bec2cd8130
parent10ed2b118116b4b766c3b0a4f598809af8522b18
perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx

AMD CPUs have the scope of RAPL energy-pkg event as package, whereas
Intel Cascade Lake CPUs have the scope as die.

To account for the difference in the energy-pkg event scope between AMD
and Intel CPUs, give more generic and semantically correct names to the
maxdie and dieid variables.

No functional change.

Signed-off-by: Dhananjay Ugwekar <Dhananjay.Ugwekar@amd.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Tested-by: K Prateek Nayak <kprateek.nayak@amd.com>
Link: https://lore.kernel.org/r/20240502095115.177713-2-Dhananjay.Ugwekar@amd.com
arch/x86/events/rapl.c