Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2002 03:25:58 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/gprof gprof.c gprof.h
Message-ID:  <200203061125.g26BPwZ38610@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/03/06 03:25:58 PST

  Modified files:
    usr.bin/gprof        gprof.c gprof.h 
  Log:
  Support runtime specification of the history counter type by whatever
  generated the gmon data.  The support is currently limited to what is
  easy to implement and/or needed:
  
      signedess: signed or insigned
      size: 8, 16, 32 or 64 bits
      format: a binary integer in gprof's format (gprof is not a cross-tool).
  
  High-resolution kernel profiling uses signed 64-bit counters.  Normal
  kernel profiling and user profiling use unsigned 16-bit counters but
  should use 32-bit ones.
  
  Revision  Changes    Path
  1.16      +45 -9     src/usr.bin/gprof/gprof.c
  1.14      +6 -9      src/usr.bin/gprof/gprof.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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