[PATCH v3 02/28] perf s390-cpumsf: Remove unused struct
Ian Rogers
irogers at google.com
Fri Jun 28 21:53:24 PDT 2024
struct s390_cpumsf_synth was likely cargo culted from other auxtrace
examples. It has no users, so remove.
Signed-off-by: Ian Rogers <irogers at google.com>
---
tools/perf/util/s390-cpumsf.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tools/perf/util/s390-cpumsf.c b/tools/perf/util/s390-cpumsf.c
index 6fe478b0b61b..4ec583e511af 100644
--- a/tools/perf/util/s390-cpumsf.c
+++ b/tools/perf/util/s390-cpumsf.c
@@ -952,11 +952,6 @@ s390_cpumsf_process_event(struct perf_session *session,
return err;
}
-struct s390_cpumsf_synth {
- struct perf_tool cpumsf_tool;
- struct perf_session *session;
-};
-
static int
s390_cpumsf_process_auxtrace_event(struct perf_session *session,
union perf_event *event __maybe_unused,
--
2.45.2.803.g4e1b14247a-goog
More information about the linux-arm-kernel
mailing list