From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13678 invoked by alias); 11 May 2006 16:04:40 -0000 Received: (qmail 13660 invoked by uid 448); 11 May 2006 16:04:38 -0000 Date: Thu, 11 May 2006 16:04:00 -0000 Message-ID: <20060511160438.13658.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sources.redhat.com Subject: src/sid/component/profiling ChangeLog gprof.cx ... Mailing-List: contact sid-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00008.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-05-11 16:04:38 Modified files: sid/component/profiling: ChangeLog gprof.cxx sw-profile-gprof.txt sw-profile-gprof.xml Log message: 2006-05-11 Dave Brolley * gprof.cxx (hitcount_map_t): PC now host_int_8. (cg_count_map_t): Likewise. (statistics): value_min,value_max,limit_min,limit_max likewise. New member, pc_size. (statistics::operator=): Copy pc_size. (cg_caller_hi_pin): New pin. (cg_callee_hi_pin): New pin. (limit_min_set): Handle 64 bits. (limit_max_set): Handle 64 bits. (pc_size_get): New method. (pc_size_set): New method. (accumulate): Use target_attribute + "-hi" to obtain 64 bit pc. Handle 64 bits throughout. (accumulate_call): Use {caller,callee}_hi pin to obtain 64 bit pc. Handle 64 bits throughout. (store_stats): Handle 32 or 64 bit pc. (gprof_component): Add cg-caller_hi and cg-callee-hi pins. Add pc-size attribute. Initialize value on cg-caller-hi and cg-callee-hi to zero. * sw-profile-gprof.xml: Document cg-caller-hi, cg-callee-hi, bucket-size, pc-size. * sw-profile-gprof.txt: Regenerated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.16&r2=1.17 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/sw-profile-gprof.txt.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/sw-profile-gprof.xml.diff?cvsroot=src&r1=1.3&r2=1.4