diff options
| author | Jiri Olsa <[email protected]> | 2015-09-02 07:56:39 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-09-04 15:00:59 +0000 |
| commit | 8ccfabdb873df2e18b235bfaf2722f7528d220f1 (patch) | |
| tree | bc6fe0e6a5282dd499e9fade7fe5425a8586d3fe /tools/lib/api/fs/fs.h | |
| parent | tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c (diff) | |
| download | kernel-8ccfabdb873df2e18b235bfaf2722f7528d220f1.tar.gz kernel-8ccfabdb873df2e18b235bfaf2722f7528d220f1.zip | |
tools lib api fs: Add debugfs into fs.c object
Adding debugfs support into fs.c framework. It'll replace the debugfs
object functionality in following patches.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Raphael Beamonte <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Matt Fleming <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/fs.h')
| -rw-r--r-- | tools/lib/api/fs/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/api/fs/fs.h b/tools/lib/api/fs/fs.h index 674efc8dfd9b..a4e6b1d93d2f 100644 --- a/tools/lib/api/fs/fs.h +++ b/tools/lib/api/fs/fs.h @@ -11,6 +11,7 @@ const char *sysfs__mountpoint(void); const char *procfs__mountpoint(void); +const char *debugfs__mountpoint(void); int filename__read_int(const char *filename, int *value); int sysctl__read_int(const char *sysctl, int *value); |
