Hacker News new | ask | show | jobs
by pklausler 310 days ago
strace might help, if you have it.
1 comments

perf record -e "syscalls:,sched:" is my go-to there - or just apply it on whole-system, aasone does.