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

Add __x64_ for Linux 4.17

Open andrewkroh opened this issue 7 years ago • 0 comments

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

andrewkroh avatar Sep 07 '18 19:09 andrewkroh