freebsd-dev/sys/sun4v
Kip Macy 7c0435b933 MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profile
wait (time waited to acquire) and hold times for *all* kernel locks. If
the architecture has a system synchronized TSC, the profiling code will
use that - thereby minimizing profiling overhead. Large chunks of profiling
code have been moved out of line, the overhead measured on the T1 for when
it is compiled in but not enabled is < 1%.

Approved by: scottl (standing in for mentor rwatson)
Reviewed by: des and jhb
2006-11-11 03:18:07 +00:00
..
compile
conf Enable ata and atapicd now those work on sun4v. 2006-11-09 08:49:13 +00:00
include MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profile 2006-11-11 03:18:07 +00:00
mdesc
sun4v move panic_bad_hcall to its use site in support.S in attempt to un-break the 2006-11-08 22:16:05 +00:00