diff options
Diffstat (limited to 'tools/perf/util/probe-finder.h')
-rw-r--r-- | tools/perf/util/probe-finder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-finder.h b/tools/perf/util/probe-finder.h index 972b386116f1..b2a25241135a 100644 --- a/tools/perf/util/probe-finder.h +++ b/tools/perf/util/probe-finder.h | |||
@@ -52,7 +52,7 @@ struct line_range { | |||
52 | }; | 52 | }; |
53 | 53 | ||
54 | #ifndef NO_LIBDWARF | 54 | #ifndef NO_LIBDWARF |
55 | extern int find_probepoint(int fd, struct probe_point *pp); | 55 | extern int find_probe_point(int fd, struct probe_point *pp); |
56 | extern int find_line_range(int fd, struct line_range *lr); | 56 | extern int find_line_range(int fd, struct line_range *lr); |
57 | 57 | ||
58 | /* Workaround for undefined _MIPS_SZLONG bug in libdwarf.h: */ | 58 | /* Workaround for undefined _MIPS_SZLONG bug in libdwarf.h: */ |