Warning: This file is not a C or C++ file. It does not have highlighting.

1#if defined(__aarch64__)
2#include "../../arch/arm64/include/uapi/asm/bpf_perf_event.h"
3#elif defined(__arc__)
4#include "../../arch/arc/include/uapi/asm/bpf_perf_event.h"
5#elif defined(__s390__)
6#include "../../arch/s390/include/uapi/asm/bpf_perf_event.h"
7#elif defined(__riscv)
8#include "../../arch/riscv/include/uapi/asm/bpf_perf_event.h"
9#elif defined(__loongarch__)
10#include "../../arch/loongarch/include/uapi/asm/bpf_perf_event.h"
11#else
12#include <uapi/asm-generic/bpf_perf_event.h>
13#endif
14

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/tools/include/uapi/asm/bpf_perf_event.h