kernel: add KERNEL_BPF_EVENTS config option
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 20 Feb 2022 01:32:23 +0000 (03:32 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 18 May 2022 10:32:06 +0000 (13:32 +0300)
commit8f5c9a7d94dc7f945dbe1eea2d3fc508c477b788
tree668a934465e80b3ec2aabef46dad102a726a73a9
parent76fae1d169e5ea82439d9265d7a5de047d4c1a95
kernel: add KERNEL_BPF_EVENTS config option

This is required to use BPF maps of type BPF_MAP_TYPE_PERF_EVENT_ARRAY
for sending data from BPF programs to user-space for post-processing
or logging.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in