Stack trace per syscall strace

Print user stack on each openat to find which code path opens a file; needs debug symbols

strace -k -e trace=openat -f -p <pid>
more strace all 13 commands →