Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2006 13:12:07 +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/amd64/include profile.h
Message-ID:  <200610281312.k9SDC7bU043044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2006-10-28 13:12:07 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    profile.h 
  Log:
  In the userland .mcount():
  - Don't use a frame pointer.  Our callers need a frame pointer, but we
    could only use one to support things that aren't supported.  (These
    things are:
    - profiling of profiling
    - debugging of profiling.  The core ENTRY() macro doesn't support
      forcing a frame pointer for debugging, so don't do more here.)
  - Ensure that we are in the text section and have normal alignment.
  - Use the normal syntax for `.type'.
  
  Revision  Changes    Path
  1.48      +5 -7      src/sys/amd64/include/profile.h



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