Lines Matching refs:stacks
160 Lets add delimiters between the user and kernel stacks, using -d:
269 frequency counting and only printing unique stacks? We are, but in terms of
270 the raw addresses, not the symbols. See the 1st column: those stacks are
573 You can also restrict profiling to just kernel stacks (-K) or user stacks (-U).
574 For example, just user stacks:
754 -U, --user-stacks-only
755 show stacks from user space only (no kernel space
756 stacks)
757 -K, --kernel-stacks-only
758 show stacks from kernel space only (no user space
759 stacks)
764 -d, --delimited insert delimiter between kernel/user stacks
780 ./profile -U # only show user space stacks (no kernel)
781 ./profile -K # only show kernel space stacks (no user)