diff options
Diffstat (limited to 'tools/perf/util/parse-events.h')
-rw-r--r-- | tools/perf/util/parse-events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/parse-events.h b/tools/perf/util/parse-events.h index ff6e1fa4111e..39c3b57965d1 100644 --- a/tools/perf/util/parse-events.h +++ b/tools/perf/util/parse-events.h | |||
@@ -122,6 +122,6 @@ void print_tracepoint_events(const char *subsys_glob, const char *event_glob, | |||
122 | int print_hwcache_events(const char *event_glob, bool name_only); | 122 | int print_hwcache_events(const char *event_glob, bool name_only); |
123 | extern int is_valid_tracepoint(const char *event_string); | 123 | extern int is_valid_tracepoint(const char *event_string); |
124 | 124 | ||
125 | extern int valid_debugfs_mount(const char *debugfs); | 125 | int valid_event_mount(const char *eventfs); |
126 | 126 | ||
127 | #endif /* __PERF_PARSE_EVENTS_H */ | 127 | #endif /* __PERF_PARSE_EVENTS_H */ |