diff options
Diffstat (limited to 'tools/lib/api/fs/tracing_path.h')
-rw-r--r-- | tools/lib/api/fs/tracing_path.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/api/fs/tracing_path.h b/tools/lib/api/fs/tracing_path.h index 3b32fb439f12..904d085b2ae7 100644 --- a/tools/lib/api/fs/tracing_path.h +++ b/tools/lib/api/fs/tracing_path.h | |||
@@ -3,9 +3,12 @@ | |||
3 | #define __API_FS_TRACING_PATH_H | 3 | #define __API_FS_TRACING_PATH_H |
4 | 4 | ||
5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
6 | #include <dirent.h> | ||
6 | 7 | ||
7 | extern char tracing_events_path[]; | 8 | extern char tracing_events_path[]; |
8 | 9 | ||
10 | DIR *tracing_events__opendir(void); | ||
11 | |||
9 | void tracing_path_set(const char *mountpoint); | 12 | void tracing_path_set(const char *mountpoint); |
10 | const char *tracing_path_mount(void); | 13 | const char *tracing_path_mount(void); |
11 | 14 | ||