Lines Matching full:offcputime
3 # offcputime Summarize off-CPU time by stack trace
6 # USAGE: offcputime [-h] [-p PID | -t TID | -u | -k] [-U | -K] [-d] [-f] [-s]
49 ./offcputime # trace off-CPU stack time until Ctrl-C
50 ./offcputime 5 # trace for 5 seconds only
51 ./offcputime -f 5 # 5 seconds, and output in folded format
52 ./offcputime -s 5 # 5 seconds, and show symbol offsets
53 ./offcputime -m 1000 # trace only events that last more than 1000 usec
54 ./offcputime -M 10000 # trace only events that last less than 10000 usec
55 ./offcputime -p 185 # only trace threads for PID 185
56 ./offcputime -t 188 # only trace thread 188
57 ./offcputime -u # only trace user threads (no kernel)
58 ./offcputime -k # only trace kernel threads (no user)
59 ./offcputime -U # only show user space stacks (no kernel)
60 ./offcputime -K # only show kernel space stacks (no user)