aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/topology.c')
-rw-r--r--tools/perf/tests/topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/topology.c b/tools/perf/tests/topology.c
index 443d0272ebbd..1b57ded58d59 100644
--- a/tools/perf/tests/topology.c
+++ b/tools/perf/tests/topology.c
@@ -133,7 +133,7 @@ int test__session_topology(struct test *test __maybe_unused, int subtest __maybe
133 } 133 }
134 134
135 ret = check_cpu_topology(path, map); 135 ret = check_cpu_topology(path, map);
136 cpu_map__put(map); 136 perf_cpu_map__put(map);
137 137
138free_path: 138free_path:
139 unlink(path); 139 unlink(path);