Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752083Ab3GGNOA (ORCPT ); Sun, 7 Jul 2013 09:14:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60230 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751745Ab3GGNN5 (ORCPT ); Sun, 7 Jul 2013 09:13:57 -0400 Date: Sun, 7 Jul 2013 15:13:40 +0200 From: Jiri Olsa To: Greg Price Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Namhyung Kim , Ingo Molnar , Peter Zijlstra , Paul Mackerras , David Ahern Subject: Re: [PATCH v2] perf report/top: Add option to collapse undesired parts of call graph Message-ID: <20130707131340.GA23433@krava.brq.redhat.com> References: <20130701142841.GE22203@biohazard-cafe.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130701142841.GE22203@biohazard-cafe.mit.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 18 On Mon, Jul 01, 2013 at 10:28:45AM -0400, Greg Price wrote: > For example, in an application with an expensive function > implemented with deeply nested recursive calls, the default > call-graph presentation is dominated by the different callchains > within that function. By ignoring these callees, we can collect > the callchains leading into the function and compactly identify > what to blame for expensive calls. hi, what's this one based on? I cannot get it applied on acme's perf/core thanks, jirka -- 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/