cvs commit: src/sys/sys ktr.h src/sys/kern kern_ktr.c

Jeff Roberson jeff at FreeBSD.org
Fri Jun 10 23:21:30 GMT 2005


jeff        2005-06-10 23:21:29 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              ktr.h 
    sys/kern             kern_ktr.c 
  Log:
   - Add curthread to the state that ktr is saving.  The extra information is
     well worth the bloat.
   - Change the formatting of 'show ktr' slightly to accommodate the
     additional field.  Remove a tab from the verbose output and place the
     actual trace data after a : so it is more easy to understand which
     part is the event and which is part of the record.
  
  Revision  Changes    Path
  1.48      +6 -3      src/sys/kern/kern_ktr.c
  1.30      +1 -0      src/sys/sys/ktr.h


More information about the cvs-all mailing list