summaryrefslogtreecommitdiff
path: root/tools/perf/util/print-events.h
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2025-07-25 11:51:52 -0700
committerNamhyung Kim <namhyung@kernel.org>2025-07-26 16:31:43 -0700
commit55c09681cc67d175bd62b787c8b6eeafbe1b5851 (patch)
tree2f2e3df14c11a29d09b8f0d942f587e0794a1def /tools/perf/util/print-events.h
parent45b6e281cb0648acd04f896375de69481d29daa7 (diff)
perf list: Remove tracepoint printing code
Now that the tp_pmu can iterate and describe events remove the custom tracepoint printing logic, this avoids perf list showing the tracepoint events twice. Signed-off-by: Ian Rogers <irogers@google.com> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Link: https://lore.kernel.org/r/20250725185202.68671-7-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/util/print-events.h')
-rw-r--r--tools/perf/util/print-events.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/print-events.h b/tools/perf/util/print-events.h
index 48682e2d166d..4d95b8257e23 100644
--- a/tools/perf/util/print-events.h
+++ b/tools/perf/util/print-events.h
@@ -37,8 +37,6 @@ void print_sdt_events(const struct print_callbacks *print_cb, void *print_state)
void print_symbol_events(const struct print_callbacks *print_cb, void *print_state,
unsigned int type, const struct event_symbol *syms,
unsigned int max);
-
-void print_tracepoint_events(const struct print_callbacks *print_cb, void *print_state);
void metricgroup__print(const struct print_callbacks *print_cb, void *print_state);
bool is_event_supported(u8 type, u64 config);