From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11812 invoked by alias); 29 Aug 2006 13:06:30 -0000 Received: (qmail 11804 invoked by uid 22791); 29 Aug 2006 13:06:29 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 29 Aug 2006 13:06:28 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GI3IQ-0003kJ-2A; Tue, 29 Aug 2006 09:06:26 -0400 Date: Tue, 29 Aug 2006 15:10:00 -0000 From: Daniel Jacobowitz To: Thiemo Seufer Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] sim: Better profiling Message-ID: <20060829130626.GB14348@nevyn.them.org> Mail-Followup-To: Thiemo Seufer , gdb-patches@sources.redhat.com References: <20060808114827.GF29989@networkno.de> <20060829130252.GB25724@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060829130252.GB25724@networkno.de> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00206.txt.bz2 On Tue, Aug 29, 2006 at 02:02:52PM +0100, Thiemo Seufer wrote: > Thiemo Seufer wrote: > > Hello All, > > > > the appended patch uses a prime number to initialise the PC sampling > > frequency, this makes scaling effects less likely. > > > > It also fixes an endianness bug in the sample data printing. > > > > > > Thiemo > > > > > > 2006-08-08 Nigel Stephens > > > > * sim-profile.c (profile_pc_init): Initialise default profiling > > frequency to a prime number. > > (profile_print_pc): Convert gmon.out sample data into target > > byte order. > > Ping? This is OK. -- Daniel Jacobowitz CodeSourcery