summaryrefslogtreecommitdiff
path: root/tools/perf/examples/bpf/empty.c
blob: 86f97763355d718a15147d8f8446b3a4f5aa9e20 (plain)
1
2
3
4
#include <bpf.h>

char _license[] SEC("license") = "GPL";
int _version SEC("version") = LINUX_VERSION_CODE;