aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/lock_profile.h
Commit message (Expand)AuthorAgeFilesLines
* In non-debugging mode make this define (void)0 instead of nothing. ThisRoman Divacky2009-06-211-4/+4
* - Implement a new mechanism for resetting lock profiling. We nowJeff Roberson2009-03-151-16/+7
* Fix tinderbox on sun4vKip Macy2007-12-161-0/+1
* - Define lpohead even if userspace includes this file.Jeff Roberson2007-12-161-2/+1
* - Re-implement lock profiling in such a way that it no longer breaksJeff Roberson2007-12-151-112/+27
* Currently the LO_NOPROFILE flag (which is masked on upper level code byAttilio Rao2007-09-141-3/+5
* Fix userland applications compilation by using correct KPI protectionAttilio Rao2007-07-111-0/+7
* Don't set lo_name and clobber lo_flags in lock_profile_object_init().John Baldwin2007-05-231-2/+0
* skip call to _lock_profile_obtain_lock_success entirely if acquisition time i...Kip Macy2007-04-031-2/+4
* Remove unneccessary LO_CONTESTED flagKip Macy2007-04-031-9/+6
* Further improvements to LOCK_PROFILING:Kip Macy2007-02-271-1/+8
* general LOCK_PROFILING cleanupKip Macy2007-02-261-32/+11
* - Fix some gcc warnings in lock_profile.hKip Macy2006-12-161-18/+16
* Add Kris Kennaway to reflect his performance improvements toKip Macy2006-11-141-0/+1
* track lock class name in a way that doesn't break WITNESSKip Macy2006-11-131-2/+3
* GRRRRR - missed this in the last commitKip Macy2006-11-121-0/+1
* fix messup in last fixKip Macy2006-11-111-0/+1
* declare nanoseconds for other architecturesKip Macy2006-11-111-0/+4
* remove lingering call to rd(tick)Kip Macy2006-11-111-1/+2
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profileKip Macy2006-11-111-0/+170