git: utilities - Print the cpu id for running and runnable threads

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Dec 18 01:05:27 PST 2010


commit 6bffb878897909dd8d8ba974fb4e44c1c0b04fa1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Dec 18 00:35:13 2010 -0800

    utilities - Print the cpu id for running and runnable threads
    
    * The cpuid was only being printed for the currently running thread on
      a cpu.  Also print it for any scheduled (runnable) threads on that cpu
      even if they aren't the currently running thread.

Summary of changes:
 bin/ps/print.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6bffb878897909dd8d8ba974fb4e44c1c0b04fa1


-- 
DragonFly BSD source repository





More information about the Commits mailing list