From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10659 invoked by alias); 29 Aug 2006 13:04:35 -0000 Received: (qmail 10650 invoked by uid 22791); 29 Aug 2006 13:04:35 -0000 X-Spam-Check-By: sourceware.org Received: from bender.bawue.de (HELO bender.bawue.de) (193.7.176.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Aug 2006 13:04:33 +0000 Received: from lagash (mipsfw.mips-uk.com [194.74.144.146]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by bender.bawue.de (Postfix) with ESMTP id 6BF2A45FB6 for ; Tue, 29 Aug 2006 15:04:32 +0200 (MEST) Received: from ths by lagash with local (Exim 4.63) (envelope-from ) id 1GI3Ey-0006wg-6s for gdb-patches@sources.redhat.com; Tue, 29 Aug 2006 14:02:52 +0100 Date: Tue, 29 Aug 2006 14:56:00 -0000 From: Thiemo Seufer To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] sim: Better profiling Message-ID: <20060829130252.GB25724@networkno.de> References: <20060808114827.GF29989@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060808114827.GF29989@networkno.de> User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00204.txt.bz2 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? Thiemo