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 6943352b8d94..77989254fdd8 100644 --- a/tools/perf/builtin-ftrace.c +++ b/tools/perf/builtin-ftrace.c | |||
@@ -202,7 +202,7 @@ static int set_tracing_cpu(struct perf_ftrace *ftrace) | |||
202 | 202 | ||
203 | static int reset_tracing_cpu(void) | 203 | static int reset_tracing_cpu(void) |
204 | { | 204 | { |
205 | struct perf_cpu_map *cpumap = cpu_map__new(NULL); | 205 | struct perf_cpu_map *cpumap = perf_cpu_map__new(NULL); |
206 | int ret; | 206 | int ret; |
207 | 207 | ||
208 | ret = set_tracing_cpumask(cpumap); | 208 | ret = set_tracing_cpumask(cpumap); |