Hi,

I use the kernel lock profiling debugging, but you can use dtrace to
get an idea:

dtrace -n 'lockstat:::adaptive-block { @[stack()] = sum(arg1); }'

(https://wiki.freebsd.org/DTrace/One-Liners)



-adrian
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to