Hacker News new | ask | show | jobs
How to debug Linux syscalls with ftrace and eBPF (sitano.github.io)
6 points by johnkoepi 1031 days ago
1 comments

An 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.