diff options
Diffstat (limited to 'tools/perf/util/probe-event.h')
-rw-r--r-- | tools/perf/util/probe-event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/probe-event.h b/tools/perf/util/probe-event.h index 4e80b2bbc516..3434fc9d79d5 100644 --- a/tools/perf/util/probe-event.h +++ b/tools/perf/util/probe-event.h | |||
@@ -128,7 +128,7 @@ extern int show_line_range(struct line_range *lr, const char *module); | |||
128 | extern int show_available_vars(struct perf_probe_event *pevs, int npevs, | 128 | extern int show_available_vars(struct perf_probe_event *pevs, int npevs, |
129 | int max_probe_points, const char *module, | 129 | int max_probe_points, const char *module, |
130 | struct strfilter *filter, bool externs); | 130 | struct strfilter *filter, bool externs); |
131 | extern int show_available_funcs(const char *module); | 131 | extern int show_available_funcs(const char *module, struct strfilter *filter); |
132 | 132 | ||
133 | 133 | ||
134 | /* Maximum index number of event-name postfix */ | 134 | /* Maximum index number of event-name postfix */ |