Ubuntu – Is there a way to get the complete function calls chain from a function in the C standard library all the way down to the system call?
I'm on an Ubuntu x86_64 system. I know we have the strace command to trace the system calls in our programs. However I'd like to know if there is a way ( other than inspecting the GNU C library source…