Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.14-rc5 7 lines 136 B view raw
1#ifndef __PERF_FS 2#define __PERF_FS 3 4const char *sysfs__mountpoint(void); 5const char *procfs__mountpoint(void); 6 7#endif /* __PERF_FS */