X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=i686-linux-gnu-4.7%2Fusr%2Finclude%2Flinux%2Fbpf_perf_event.h;fp=i686-linux-gnu-4.7%2Fusr%2Finclude%2Flinux%2Fbpf_perf_event.h;h=ee8ffd98bcea56d0d9194d9135851c403e1af818;hb=94df942c2c7bd3457276fe5b7367623cbb8c1302;hp=0000000000000000000000000000000000000000;hpb=4dd7d9155a920895ff7b1cb6b9c9c676aa62000a;p=cross.git diff --git a/i686-linux-gnu-4.7/usr/include/linux/bpf_perf_event.h b/i686-linux-gnu-4.7/usr/include/linux/bpf_perf_event.h new file mode 100644 index 0000000..ee8ffd9 --- /dev/null +++ b/i686-linux-gnu-4.7/usr/include/linux/bpf_perf_event.h @@ -0,0 +1,19 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* Copyright (c) 2016 Facebook + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public + * License as published by the Free Software Foundation. + */ +#ifndef __LINUX_BPF_PERF_EVENT_H__ +#define __LINUX_BPF_PERF_EVENT_H__ + +#include + +struct bpf_perf_event_data { + bpf_user_pt_regs_t regs; + __u64 sample_period; + __u64 addr; +}; + +#endif /* __LINUX_BPF_PERF_EVENT_H__ */