kmacy 2007-12-16 06:07:35 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
Fix tinderbox on sun4v
include cpufunc.h so that nanoseconds(void) is defined
Revision ChangesPath
1.18 +1 -0 src/sys/sys/lock_profile.h
___
jeff2007-12-16 00:52:32 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
- Define lpohead even if userspace includes this file.
Revision ChangesPath
1.17 +1 -2 src/sys/sys/lock_profile.h
___
attilio 2007-07-11 18:51:31 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
Fix userland applications compilation by using correct KPI protection
macros for lock_profiling.
Reported by: Tom McLaughlin <[EMAIL PROTECTED]>
Tested by: Tom
jhb 2007-05-23 18:46:54 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
Don't set lo_name and clobber lo_flags in lock_profile_object_init().
This was just wasteful when this was always called before lock_init()
(which overwrote both fi
kmacy 2007-02-26 08:26:44 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h mutex.h rwlock.h
sys/kern kern_lock.c kern_mutex.c kern_rwlock.c
kern_sx.c sched_ule.c subr_lock.c
Log:
general LOCK_PROFILING cle
kmacy 2006-11-14 07:57:19 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
Add Kris Kennaway to reflect his performance improvements to
the lock profiling code
Revision ChangesPath
1.7 +1 -0 src/sys/sys/lock_profile.h
kmacy 2006-11-12 05:16:28 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
GR - missed this in the last commit
Revision ChangesPath
1.5 +1 -0 src/sys/sys/lock_profile.h
___
kmacy 2006-11-11 07:52:38 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
fix messup in last fix
Revision ChangesPath
1.4 +1 -0 src/sys/sys/lock_profile.h
___
cvs-all@freebsd.
kmacy 2006-11-11 07:35:54 UTC
FreeBSD src repository
Modified files:
sys/sys lock_profile.h
Log:
declare nanoseconds for other architectures
Revision ChangesPath
1.3 +4 -0 src/sys/sys/lock_profile.h
___