aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/uapi/linux/bpf_perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/uapi/linux/bpf_perf_event.h')
-rw-r--r--tools/include/uapi/linux/bpf_perf_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/uapi/linux/bpf_perf_event.h b/tools/include/uapi/linux/bpf_perf_event.h
index 8f95303f9d80..eb1b9d21250c 100644
--- 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__ */