From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26557 invoked by alias); 26 Jun 2006 21:05:39 -0000 Received: (qmail 26527 invoked by uid 448); 26 Jun 2006 21:05:38 -0000 Date: Mon, 26 Jun 2006 21:05:00 -0000 Message-ID: <20060626210538.26525.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sourceware.org Subject: src/sid/component/profiling ChangeLog gprof.cxx 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/msg00024.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2006-06-26 21:05:38 Modified files: sid/component/profiling: ChangeLog gprof.cxx Log message: 2006-06-26 Dave Brolley * gprof.cxx (target_attribute): Removed from gprof_component. (pc_pin,pc_hi_pin): Added to gprof_component. (bucket_size_set): Use local reference for this->stats[current_stats]. (accumulate_call): Likewise. (accumulate): Likewise. Use pc_pin and pc_hi_pin instead of target_attribute to get the pc. (gprof_component): Add pc and pc-hi pins. Don't add value-attribute attribute. Initialize the driven value of pc_hi_pin with 0. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.18&r2=1.19 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.16&r2=1.17