How to debug Linux syscalls with ftrace and eBPF
sitano.github.io
How to debug Linux syscalls with ftrace and eBPF
1–2 of 2 posts
Re: How to debug Linux syscalls with ftrace and eBPF
#2An example of debugging mount(2) issues when mounting sysfs filesystem inside of the user namespace to demonstrate practical usage of ftrace (perf) and eBPF (bpftrace) in addition to reading of the Kernel source code for debugging syscalls behavior.