[<prev] [next>] [day] [month] [year] [list]
Message-ID: <171532766734.10875.1641155549159573518.tip-bot2@tip-bot2>
Date: Fri, 10 May 2024 07:54:27 -0000
From: "tip-bot2 for Ingo Molnar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>, linux-kernel@...r.kernel.org,
Peter Zijlstra <peterz@...radead.org>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Namhyung Kim <namhyung@...nel.org>, x86@...nel.org
Subject:
[tip: perf/core] perf/x86/cstate: Remove unused 'struct perf_cstate_msr'
The following commit has been merged into the perf/core branch of tip:
Commit-ID: 9d351132ed706ae24325809afa821cabf6d72568
Gitweb: https://git.kernel.org/tip/9d351132ed706ae24325809afa821cabf6d72568
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Wed, 08 May 2024 09:47:46 +02:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Wed, 08 May 2024 09:53:23 +02:00
perf/x86/cstate: Remove unused 'struct perf_cstate_msr'
Use of this structure was removed in:
8f2a28c5859b ("perf/x86/cstate: Use new probe function")
Remove the now stale type as well.
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/events/intel/cstate.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/x86/events/intel/cstate.c b/arch/x86/events/intel/cstate.c
index 54eb142..e64eaa8 100644
--- a/arch/x86/events/intel/cstate.c
+++ b/arch/x86/events/intel/cstate.c
@@ -143,12 +143,6 @@ struct cstate_model {
#define SLM_PKG_C6_USE_C7_MSR (1UL << 0)
#define KNL_CORE_C6_MSR (1UL << 1)
-struct perf_cstate_msr {
- u64 msr;
- struct perf_pmu_events_attr *attr;
-};
-
-
/* cstate_core PMU */
static struct pmu cstate_core_pmu;
static bool has_cstate_core;
Powered by blists - more mailing lists