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