diff options
Diffstat (limited to 'ANDROID_3.4.5/tools/perf/util/debugfs.h')
-rw-r--r-- | ANDROID_3.4.5/tools/perf/util/debugfs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/tools/perf/util/debugfs.h b/ANDROID_3.4.5/tools/perf/util/debugfs.h new file mode 100644 index 00000000..68f3e87e --- /dev/null +++ b/ANDROID_3.4.5/tools/perf/util/debugfs.h @@ -0,0 +1,12 @@ +#ifndef __DEBUGFS_H__ +#define __DEBUGFS_H__ + +const char *debugfs_find_mountpoint(void); +int debugfs_valid_mountpoint(const char *debugfs); +char *debugfs_mount(const char *mountpoint); +void debugfs_set_path(const char *mountpoint); + +extern char debugfs_mountpoint[]; +extern char tracing_events_path[]; + +#endif /* __DEBUGFS_H__ */ |