diff options
Diffstat (limited to 'tools/perf/builtin-ftrace.c')
-rw-r--r-- | tools/perf/builtin-ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-ftrace.c b/tools/perf/builtin-ftrace.c index 105ef2a17a9c..6943352b8d94 100644 --- a/tools/perf/builtin-ftrace.c +++ b/tools/perf/builtin-ftrace.c | |||
@@ -206,7 +206,7 @@ static int reset_tracing_cpu(void) | |||
206 | int ret; | 206 | int ret; |
207 | 207 | ||
208 | ret = set_tracing_cpumask(cpumap); | 208 | ret = set_tracing_cpumask(cpumap); |
209 | cpu_map__put(cpumap); | 209 | perf_cpu_map__put(cpumap); |
210 | return ret; | 210 | return ret; |
211 | } | 211 | } |
212 | 212 | ||