1 # Summarize/profile system calls
   2 strace -c ls >/dev/null
   3 
   4 # List all calls to particular system call
   5 strace -f -e open ls >/dev/null


CategoryCheatSheet

SamatsWiki: CheatSheet/strace (last edited 2011-04-13 07:42:06 by SamatJain)