perf tests: Add attr stat -C cpu test
[linux-2.6-block.git] / tools / perf / util / debugfs.h
CommitLineData
afe61f67
CW
1#ifndef __DEBUGFS_H__
2#define __DEBUGFS_H__
3
c168fbfb
ACM
4const char *debugfs_find_mountpoint(void);
5int debugfs_valid_mountpoint(const char *debugfs);
c168fbfb 6char *debugfs_mount(const char *mountpoint);
ebf294bf 7void debugfs_set_path(const char *mountpoint);
afe61f67 8
ebf294bf
ACM
9extern char debugfs_mountpoint[];
10extern char tracing_events_path[];
11
afe61f67 12#endif /* __DEBUGFS_H__ */