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, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/tools/perf/util/debugfs.h b/ANDROID_3.4.5/tools/perf/util/debugfs.h deleted file mode 100644 index 68f3e87e..00000000 --- a/ANDROID_3.4.5/tools/perf/util/debugfs.h +++ /dev/null @@ -1,12 +0,0 @@ -#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__ */ |