diff options
Diffstat (limited to 'tools/lib/api/fs/tracefs.h')
-rw-r--r-- | tools/lib/api/fs/tracefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/api/fs/tracefs.h b/tools/lib/api/fs/tracefs.h index e6f7f5183c87..da780ac49acb 100644 --- a/tools/lib/api/fs/tracefs.h +++ b/tools/lib/api/fs/tracefs.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #define PERF_TRACEFS_ENVIRONMENT "PERF_TRACEFS_DIR" | 11 | #define PERF_TRACEFS_ENVIRONMENT "PERF_TRACEFS_DIR" |
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | bool tracefs_configured(void); | ||
14 | const char *tracefs_find_mountpoint(void); | 15 | const char *tracefs_find_mountpoint(void); |
15 | int tracefs_valid_mountpoint(const char *debugfs); | 16 | int tracefs_valid_mountpoint(const char *debugfs); |
16 | char *tracefs_mount(const char *mountpoint); | 17 | char *tracefs_mount(const char *mountpoint); |