aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/debugfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/debugfs.h')
-rw-r--r--tools/perf/util/debugfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/util/debugfs.h b/tools/perf/util/debugfs.h
index 8cd3fa0af880..4a878f735eb0 100644
--- a/tools/perf/util/debugfs.h
+++ b/tools/perf/util/debugfs.h
@@ -6,9 +6,13 @@ int debugfs_valid_mountpoint(const char *debugfs);
6int debugfs_valid_entry(const char *path); 6int debugfs_valid_entry(const char *path);
7char *debugfs_mount(const char *mountpoint); 7char *debugfs_mount(const char *mountpoint);
8int debugfs_umount(void); 8int debugfs_umount(void);
9void debugfs_set_path(const char *mountpoint);
9int debugfs_write(const char *entry, const char *value); 10int debugfs_write(const char *entry, const char *value);
10int debugfs_read(const char *entry, char *buffer, size_t size); 11int debugfs_read(const char *entry, char *buffer, size_t size);
11void debugfs_force_cleanup(void); 12void debugfs_force_cleanup(void);
12int debugfs_make_path(const char *element, char *buffer, int size); 13int debugfs_make_path(const char *element, char *buffer, int size);
13 14
15extern char debugfs_mountpoint[];
16extern char tracing_events_path[];
17
14#endif /* __DEBUGFS_H__ */ 18#endif /* __DEBUGFS_H__ */