diff options
Diffstat (limited to 'tools/perf/tests/bitmap.c')
-rw-r--r-- | tools/perf/tests/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/bitmap.c b/tools/perf/tests/bitmap.c index 74d0cd32a5c4..95304d29092e 100644 --- a/tools/perf/tests/bitmap.c +++ b/tools/perf/tests/bitmap.c | |||
@@ -21,7 +21,7 @@ static unsigned long *get_bitmap(const char *str, int nbits) | |||
21 | } | 21 | } |
22 | 22 | ||
23 | if (map) | 23 | if (map) |
24 | cpu_map__put(map); | 24 | perf_cpu_map__put(map); |
25 | return bm; | 25 | return bm; |
26 | } | 26 | } |
27 | 27 | ||