K 10 svn:author V 3 bde K 8 svn:date V 27 2002-03-06T11:25:58.000000Z K 7 svn:log V 479 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. END