NetBSD/usr.sbin/lockstat
ad 4c7ba24481 Add MI code to support in-kernel preemption. Preemption is deferred by
one of the following:

- Holding kernel_lock (indicating that the code is not MT safe).
- Bracketing critical sections with kpreempt_disable/kpreempt_enable.
- Holding the interrupt priority level above IPL_NONE.

Statistics on kernel preemption are reported via event counters, and
where preemption is deferred for some reason, it's also reported via
lockstat. The LWP priority at which preemption is triggered is tuneable
via sysctl.
2008-04-28 15:36:01 +00:00
..
Makefile
elf32.c - Increase default number of trace buffers to 10000. 2007-07-14 13:30:43 +00:00
elf64.c
extern.h
lockstat.8 Sort options. Use HTML escapes. 2007-07-15 21:24:22 +00:00
main.c Add MI code to support in-kernel preemption. Preemption is deferred by 2008-04-28 15:36:01 +00:00