标签: strace
我想监视某个进程的某些系统调用,但是此进程正在使用一些动态库,我也希望监视其中一个的调用。有办法吗? 我现在的命令是:
strace -tt -e trace=open,close -o strace.log <process and arguments>
谢谢!