projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095af98
)
tools, headers: Sync struct bpf_perf_event_data
author
Florian Lehner
<dev@der-flo.net>
Sat, 23 Jan 2021 18:52:21 +0000
(19:52 +0100)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Mon, 25 Jan 2021 23:15:03 +0000
(
00:15
+0100)
Update struct bpf_perf_event_data with the addr field to match the
tools headers with the kernel headers.
Signed-off-by: Florian Lehner <dev@der-flo.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20210123185221.23946-1-dev@der-flo.net
tools/include/uapi/linux/bpf_perf_event.h
patch
|
blob
|
history
diff --git
a/tools/include/uapi/linux/bpf_perf_event.h
b/tools/include/uapi/linux/bpf_perf_event.h
index 8f95303f9d807d10d4fd6850d91a2486b0a490ec..eb1b9d21250c6e83233721a777e5760c26d75481 100644
(file)
--- a/
tools/include/uapi/linux/bpf_perf_event.h
+++ b/
tools/include/uapi/linux/bpf_perf_event.h
@@
-13,6
+13,7
@@
struct bpf_perf_event_data {
bpf_user_pt_regs_t regs;
__u64 sample_period;
+ __u64 addr;
};
#endif /* _UAPI__LINUX_BPF_PERF_EVENT_H__ */