ftrace (1) Linux Manual Page
ftrace – trace system calls, function calls and signals Synopsis ftrace [-f] [-follow] [-dl] [-m] [-o=FILE] [-p=PID…] [-pc] [-sys=SYSCALL[,SYSCALL…]] [-sig=SIG[,SIG…]] [-sym=RULE[,RULE…]] [-addr=RULE[,RULE…]] [-stack] [–] command [arguments…]Descriptionftrace starts given command and according to tracing script given via command-line arguments, it traces its system calls, symbol entry points in general, and possibly other events as well. It uses…
