[PATCH 0/6] Cleanup Intel PMU initialization code

kan.liang@linux.intel.com posted 6 patches 2 years, 3 months ago
arch/x86/events/core.c       |   6 +-
arch/x86/events/intel/core.c | 397 ++++++++++++++++++-----------------
arch/x86/events/intel/ds.c   |   4 +-
arch/x86/events/perf_event.h |  37 ++--
4 files changed, 226 insertions(+), 218 deletions(-)
[PATCH 0/6] Cleanup Intel PMU initialization code
Posted by kan.liang@linux.intel.com 2 years, 3 months ago
From: Kan Liang <kan.liang@linux.intel.com>

The patch set is to clean up the Intel PMU initialization code. There is
no functional change.

Kan Liang (6):
  perf/x86/intel: Use the common uarch name for the shared functions
  perf/x86/intel: Factor out the initialization code for SPR
  perf/x86/intel: Factor out the initialization code for ADL e-core
  perf/x86/intel: Apply the common initialization code for ADL
  perf/x86/intel: Cleanup the hybrid CPU type
  perf/x86/intel: Add common intel_pmu_init_hybrid

 arch/x86/events/core.c       |   6 +-
 arch/x86/events/intel/core.c | 397 ++++++++++++++++++-----------------
 arch/x86/events/intel/ds.c   |   4 +-
 arch/x86/events/perf_event.h |  37 ++--
 4 files changed, 226 insertions(+), 218 deletions(-)

-- 
2.35.1
Re: [PATCH 0/6] Cleanup Intel PMU initialization code
Posted by Ingo Molnar 2 years, 3 months ago
* kan.liang@linux.intel.com <kan.liang@linux.intel.com> wrote:

> From: Kan Liang <kan.liang@linux.intel.com>
> 
> The patch set is to clean up the Intel PMU initialization code. There is
> no functional change.
> 
> Kan Liang (6):
>   perf/x86/intel: Use the common uarch name for the shared functions
>   perf/x86/intel: Factor out the initialization code for SPR
>   perf/x86/intel: Factor out the initialization code for ADL e-core
>   perf/x86/intel: Apply the common initialization code for ADL
>   perf/x86/intel: Cleanup the hybrid CPU type
>   perf/x86/intel: Add common intel_pmu_init_hybrid
> 
>  arch/x86/events/core.c       |   6 +-
>  arch/x86/events/intel/core.c | 397 ++++++++++++++++++-----------------
>  arch/x86/events/intel/ds.c   |   4 +-
>  arch/x86/events/perf_event.h |  37 ++--
>  4 files changed, 226 insertions(+), 218 deletions(-)

Applied, thanks.

	Ingo