]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf/x86/intel: Rename model-specific pebs_latency_data functions
authorKan Liang <kan.liang@linux.intel.com>
Wed, 26 Jun 2024 14:35:36 +0000 (07:35 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 4 Jul 2024 14:00:38 +0000 (16:00 +0200)
commit090262439f66df03d4e9d0e52e14104b729e2ef8
treee17cb1260dc369a47ed5493ebfe824aedc96e54c
parenta932aa0e868f92c5219d84b58c1131fc05ddcf79
perf/x86/intel: Rename model-specific pebs_latency_data functions

The model-specific pebs_latency_data functions of ADL and MTL use the
"small" as a postfix to indicate the e-core. The postfix is too generic
for a model-specific function. It cannot provide useful information that
can directly map it to a specific uarch, which can facilitate the
development and maintenance.
Use the abbr of the uarch to rename the model-specific functions.

Suggested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lkml.kernel.org/r/20240626143545.480761-5-kan.liang@linux.intel.com
arch/x86/events/intel/core.c
arch/x86/events/intel/ds.c
arch/x86/events/perf_event.h