Documentation ¶ Overview ¶ This program demonstrates attaching an eBPF program to a kernel symbol. The eBPF program will be attached to the start of the sys_execve kernel function and prints out the number of times it has been called every second. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.