Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2006 14:17:50 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include asmacros.h src/sys/i386/isa prof_machdep.c src/sys/amd64/amd64 prof_machdep.c src/sys/amd64/include asmacros.h
Message-ID:  <200610271417.k9REHoAC040733@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2006-10-27 14:17:50 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/include     asmacros.h 
    sys/i386/isa         prof_machdep.c 
    sys/amd64/amd64      prof_machdep.c 
    sys/amd64/include    asmacros.h 
  Log:
  Don't call mexitcount or provide a stub mexitcount to call when
  profiling is configured but high resolution profiling is not configured.
  Only functions in *.[Ss] called the stub, so efficiency was not
  significantly affected.
  
  Revision  Changes    Path
  1.25      +0 -13     src/sys/amd64/amd64/prof_machdep.c
  1.31      +4 -0      src/sys/amd64/include/asmacros.h
  1.28      +4 -0      src/sys/i386/include/asmacros.h
  1.26      +0 -11     src/sys/i386/isa/prof_machdep.c



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