summaryrefslogtreecommitdiff
path: root/tools/perf/util/tool_pmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/tool_pmu.h')
-rw-r--r--tools/perf/util/tool_pmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/tool_pmu.h b/tools/perf/util/tool_pmu.h
index a60184859080..c6ad1dd90a56 100644
--- a/tools/perf/util/tool_pmu.h
+++ b/tools/perf/util/tool_pmu.h
@@ -51,6 +51,6 @@ int evsel__tool_pmu_open(struct evsel *evsel,
int start_cpu_map_idx, int end_cpu_map_idx);
int evsel__tool_pmu_read(struct evsel *evsel, int cpu_map_idx, int thread);
-struct perf_pmu *perf_pmus__tool_pmu(void);
+struct perf_pmu *tool_pmu__new(void);
#endif /* __TOOL_PMU_H */