perf hists: Resort hist entries using group members for output
[deliverable/linux.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__ */
This page took 0.334129 seconds and 5 git commands to generate.