Lines Matching refs:syscalls
9 Tracing syscalls, printing top 10... Ctrl+C to quit.
25 the output indicates that the write and read syscalls were very common, followed
30 Tracing syscalls, printing top 10... Ctrl+C to quit.
38 of syscalls is not enough, and you'd also want an aggregate latency:
41 Tracing syscalls, printing top 10... Ctrl+C to quit.
62 syscalls, thus responsible for a lot of activity. This is what the -P switch
66 Tracing syscalls, printing top 10... Ctrl+C to quit.
82 Sometimes, you'd only care about failed syscalls -- these are the ones that
88 Tracing failed syscalls, printing top 10... Ctrl+C to quit.
116 Tracing syscalls, printing top 10... Ctrl+C to quit.
156 -T TOP, --top TOP print only the top syscalls by count or latency
157 -x, --failures trace only failed syscalls (return < 0)
159 trace only syscalls that return this error (numeric or
165 -l, --list print list of recognized syscalls and exit