Lines Matching full:offwaketime
3 # offwaketime Summarize blocked time by kernel off-CPU stack + waker stack
6 # USAGE: offwaketime [-h] [-p PID | -u | -k] [-U | -K] [-f] [duration]
45 ./offwaketime # trace off-CPU + waker stack time until Ctrl-C
46 ./offwaketime 5 # trace for 5 seconds only
47 ./offwaketime -f 5 # 5 seconds, and output in folded format
48 ./offwaketime -m 1000 # trace only events that last more than 1000 usec
49 ./offwaketime -M 9000 # trace only events that last less than 9000 usec
50 ./offwaketime -p 185 # only trace threads for PID 185
51 ./offwaketime -t 188 # only trace thread 188
52 ./offwaketime -u # only trace user threads (no kernel)
53 ./offwaketime -k # only trace kernel threads (no user)
54 ./offwaketime -U # only show user space stacks (no kernel)
55 ./offwaketime -K # only show kernel space stacks (no user)