diff options
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r-- | tools/perf/builtin-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index c7e14d0145f4..c3e61194f4c6 100644 --- a/tools/perf/builtin-probe.c +++ b/tools/perf/builtin-probe.c | |||
@@ -314,7 +314,7 @@ int cmd_probe(int argc, const char **argv, const char *prefix __used) | |||
314 | continue; | 314 | continue; |
315 | 315 | ||
316 | lseek(fd, SEEK_SET, 0); | 316 | lseek(fd, SEEK_SET, 0); |
317 | ret = find_probepoint(fd, pp); | 317 | ret = find_probe_point(fd, pp); |
318 | if (ret > 0) | 318 | if (ret > 0) |
319 | continue; | 319 | continue; |
320 | if (ret == 0) { /* No error but failed to find probe point. */ | 320 | if (ret == 0) { /* No error but failed to find probe point. */ |