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.18-rc6 7 lines 230 B view raw
1#if defined(__aarch64__) 2#include "../../arch/arm64/include/uapi/asm/bpf_perf_event.h" 3#elif defined(__s390__) 4#include "../../arch/s390/include/uapi/asm/bpf_perf_event.h" 5#else 6#include <uapi/asm-generic/bpf_perf_event.h> 7#endif