aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_lockstat.c
Commit message (Expand)AuthorAgeFilesLines
* Add lockmgr(9) probes to the lockstat DTrace provider.Mark Johnston2019-08-211-0/+8
* lockstat: track lockstat just like sdt probesMateusz Guzik2018-04-241-1/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Sprinkle __read_frequently on few obvious places.Mateusz Guzik2017-09-061-1/+1
* mtx: microoptimize lockstat handling in __mtx_lock_sleepMateusz Guzik2017-02-171-1/+1
* Sprinkle __read_mostly on backoff and lock profiling code.Mateusz Guzik2017-01-271-1/+2
* Consistently use a reader/writer flag for lockstat probes in rwlock(9) andMark Johnston2015-07-191-4/+4
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-191-20/+33
* Pass the lock object to lockstat_nsecs() and return immediately ifMark Johnston2015-07-181-2/+5
* Modify lockstat_nsecs() to just return unless lockstat probes are actuallyMark Johnston2015-07-181-1/+4
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Add the OpenSolaris dtrace lockstat provider. The lockstat providerStacey Son2009-05-261-0/+64