aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sysfs.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-02-17 09:02:28 +0100
committerIngo Molnar <mingo@elte.hu>2012-02-17 09:02:28 +0100
commitd1e169da9e20efc0762da6ec160dd7740d0103f5 (patch)
treeea1ec5ae77b11dc180724a51c61ad5695b2dbaa7 /tools/perf/util/sysfs.h
parentf8d98f1095210da708a59f3a0b6fd267ad8f3f03 (diff)
parent808e122630d45a7f036d25582474d70548a87e2c (diff)
downloadkernel_goldelico_gta04-d1e169da9e20efc0762da6ec160dd7740d0103f5.zip
kernel_goldelico_gta04-d1e169da9e20efc0762da6ec160dd7740d0103f5.tar.gz
kernel_goldelico_gta04-d1e169da9e20efc0762da6ec160dd7740d0103f5.tar.bz2
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Includes smaller fixes and improvements plus the exclude_{host,guest} feature test and fallback to handle older kernels. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/sysfs.h')
-rw-r--r--tools/perf/util/sysfs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/sysfs.h b/tools/perf/util/sysfs.h
new file mode 100644
index 0000000..a813b72
--- /dev/null
+++ b/tools/perf/util/sysfs.h
@@ -0,0 +1,6 @@
+#ifndef __SYSFS_H__
+#define __SYSFS_H__
+
+const char *sysfs_find_mountpoint(void);
+
+#endif /* __DEBUGFS_H__ */