Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2008 11:04:02 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/hwpmc hwpmc_core.c
Message-ID:  <200812161104.mBGB4IGK045412@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkoshy      2008-12-16 11:04:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hwpmc        hwpmc_core.c 
  Log:
  SVN rev 186177 on 2008-12-16 11:04:02Z by jkoshy
  
  Bug fixes:
  - Initialize variables before use.
  - Remove a KASSERT() that could falsely trigger if there are other sources
    of NMIs in the system.
  
  Efficiency tweak:
  - When checking PMCs that overflowed, ignore PMCs that were not configured for
    sampling.
  
  Revision  Changes    Path
  1.3       +6 -7      src/sys/dev/hwpmc/hwpmc_core.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812161104.mBGB4IGK045412>