看板 DFBSD_commit 關於我們 聯絡資訊
commit d850923cde9a684d3509eec67512169ed91f0aad Author: Aggelos Economopoulos <aoiko@cc.ece.ntua.gr> Date: Sat Sep 5 03:46:14 2009 +0300 add KTR_CTXSW option to log context switches This logs the current thread and the thread we switch to on every context switch or thread preemption event when enabled. Summary of changes: share/man/man4/ktr.4 | 3 +++ sys/conf/options | 1 + sys/kern/lwkt_thread.c | 8 ++++++++ 3 files changed, 12 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d850923cde9a684d3509eec67512169ed91f0aad -- DragonFly BSD source repository