aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/lockstat.h
Commit message (Expand)AuthorAgeFilesLines
* Add lockmgr(9) probes to the lockstat DTrace provider.Mark Johnston2019-08-211-0/+7
* lockstat: track lockstat just like sdt probesMateusz Guzik2018-04-241-1/+1
* Undo LOCK_PROFILING pessimisation after r313454 and r313455Mateusz Guzik2018-02-171-8/+0
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* mtx: microoptimize lockstat handling in __mtx_lock_sleepMateusz Guzik2017-02-171-1/+1
* Make inline lockstat checks just inspect lockstat_enabledMateusz Guzik2017-02-171-8/+11
* 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