Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754393Ab1CKK6J (ORCPT ); Fri, 11 Mar 2011 05:58:09 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:55861 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403Ab1CKK6H (ORCPT ); Fri, 11 Mar 2011 05:58:07 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=x/P2NH/xQTjEhsc9xZ/QArDoD0VpR8JAyfTnINjxdylCPBXBLdN52BmLQyCX7MHgoi pEjEYz95j5K0BSFyU0NopTErmqq+e6KZKYSt09Esx6OSGRJNI5vda9qKgsNYFtuvzJ/G 2Pe1huZe4mPwKgm4Hibz7GJypsZPoSt6J/RlM= Date: Fri, 11 Mar 2011 11:51:22 +0100 From: Frederic Weisbecker To: Ingo Molnar Cc: Sam Liao , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com, Peter Zijlstra , Arjan van de Ven Subject: Re: [PATCH] Add inverted call graph report support to perf tool Message-ID: <20110311105118.GA1826@nowhere> References: <20110307180619.GG1873@nowhere> <20110310024355.GG2533@nowhere> <20110310064816.GF9289@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110310064816.GF9289@elte.hu> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 21 On Thu, Mar 10, 2011 at 07:48:16AM +0100, Ingo Molnar wrote: > > * Frederic Weisbecker wrote: > > > But your idea of turning the callee into the caller would show us a very global > > profiling. With reverse callchains it can be a very nice overview of the big > > picture. > > Very much agreed - i think that matches the sysprof display structure as well, > right? Yeah indeed, IIRC. > This could then be propagated not just into perf report but perf top --tui as well. Probably yeah. Are callchains already supported by perf top? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/