aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/lockstat.h
Commit message (Expand)AuthorAgeFilesLines
* Implement LOCKSTAT_OOL_PROFILE_ENABLEDMateusz Guzik2017-02-081-6/+8
* mtx: move lockstat handling out of inline primitivesMateusz Guzik2017-02-051-0/+8
* Declare lockstat_enabled even when KDTRACE_HOOKS is not defined.Mark Johnston2015-07-201-2/+2
* Consistently use a reader/writer flag for lockstat probes in rwlock(9) andMark Johnston2015-07-191-1/+17
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-191-160/+54
* Pass the lock object to lockstat_nsecs() and return immediately ifMark Johnston2015-07-181-1/+2
* Modify lockstat_nsecs() to just return unless lockstat probes are actuallyMark Johnston2015-07-181-0/+1
* several lockstat improvementsAndriy Gapon2015-06-121-0/+3
* Revert the approach for skipping lockstat_probe_func call when doingAttilio Rao2011-12-121-13/+6
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseAndriy Gapon2011-12-111-6/+13
* Add the OpenSolaris dtrace lockstat provider. The lockstat providerStacey Son2009-05-261-0/+220