Select the types of activity you want to include in your feed.
1#ifndef __PERF_FS 2#define __PERF_FS 3 4const char *sysfs__mountpoint(void); 5const char *procfs__mountpoint(void); 6 7#endif /* __PERF_FS */