Lines Matching full:klockstat
3 # klockstat traces lock events and display locks statistics.
5 # USAGE: klockstat
19 klockstat # trace system wide
20 klockstat -d 5 # trace for 5 seconds only
21 klockstat -i 5 # display stats every 5 seconds
22 klockstat -p 123 # trace locks for PID 123
23 klockstat -t 321 # trace locks for TID 321
24 klockstat -c pipe_ # display stats only for lock callers with 'pipe_' substring
25 klockstat -S acq_count # sort lock acquired results on acquired count
26 klockstat -S hld_total # sort lock held results on total held time
27 klockstat -S acq_count,hld_total # combination of above
28 klockstat -n 3 # display 3 locks
29 klockstat -s 3 # display 3 levels of stack