cvs commit: src/sys/kern kern_mutex.c

Robert Watson rwatson at FreeBSD.org
Wed Jan 28 14:11:55 PST 2004


rwatson     2004/01/28 14:11:53 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mutex.c 
  Log:
  Add a reset sysctl for mutex profiling: zeros all of the mutex
  profiling buffers and hash table.  This makes it a lot easier to
  do multiple profiling runs without rebooting or performing
  gratuitous arithmetic.  Sysctl is named debug.mutex.prof.reset.
  
  Reviewed by:    jake
  
  Revision  Changes    Path
  1.137     +27 -0     src/sys/kern/kern_mutex.c


More information about the cvs-src mailing list