Lines Matching refs:stacks
10 The combined stacks, task names, and total time is summarized in kernel context
173 The number beneath the stacks is the total time spent from the blocking event
179 show the stacks in "folded stacks" format. Eg:
326 -U, --user-stacks-only
327 show stacks from user space only (no kernel space
328 stacks)
329 -K, --kernel-stacks-only
330 show stacks from kernel space only (no user space
331 stacks)
332 -d, --delimited insert delimiter between kernel/user stacks
354 ./offwaketime -U # only show user space stacks (no kernel)
355 ./offwaketime -K # only show kernel space stacks (no user)