Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/um/include/asm/bpf_perf_event.h
26481 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
/*
4
* asm-generic/bpf_perf_event.h is part of the uapi headers, but since
5
* arch/um has no uapi of its on, we can't use the "generic-y"
6
* Kbuild rule to generate the wrapper
7
*/
8
9
#include <asm-generic/bpf_perf_event.h>
10
11