go-ebpf icon indicating copy to clipboard operation
go-ebpf copied to clipboard

eBPF programs without a libbcc dependency

Results 2 go-ebpf issues
Sort by recently updated
recently updated
newest added

Linux 4.17 change krobe naming. It adds a `__x64_` to 64-bit syscalls names. ``` $ cat /proc/kallsyms | grep execve | grep x64_ 0000000000000000 T __x64_sys_execve 0000000000000000 T __x64_sys_execveat ```

Hello! I was looking exactly for something like execsnoop. Finally I've found it, but unfortunately I can not use it. I've downloaded latest release. But I got error: ``` $...