DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: add KTR_CTXSW option to log context switches


From: Aggelos Economopoulos <aggelos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Sep 2009 18:16:04 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]