Jiri Olsa | 592d5a6 | 2015-09-02 09:56:34 +0200 | [diff] [blame^] | 1 | #ifndef __API_FS_TRACING_PATH_H |
2 | #define __API_FS_TRACING_PATH_H | ||||
3 | |||||
4 | extern char tracing_path[]; | ||||
5 | extern char tracing_events_path[]; | ||||
6 | |||||
7 | void tracing_path_set(const char *mountpoint); | ||||
8 | const char *tracing_path_mount(void); | ||||
9 | |||||
10 | char *get_tracing_file(const char *name); | ||||
11 | void put_tracing_file(char *file); | ||||
12 | |||||
13 | #endif /* __API_FS_TRACING_PATH_H */ |