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 v4.11-rc8 12 lines 224 B view raw
1#ifndef __NR_perf_event_open 2# define __NR_perf_event_open 336 3#endif 4#ifndef __NR_futex 5# define __NR_futex 240 6#endif 7#ifndef __NR_gettid 8# define __NR_gettid 224 9#endif 10#ifndef __NR_getcpu 11# define __NR_getcpu 318 12#endif