From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933351AbcASWZG (ORCPT ); Tue, 19 Jan 2016 17:25:06 -0500 Received: from mail.kernel.org ([198.145.29.136]:39843 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933322AbcASWYx (ORCPT ); Tue, 19 Jan 2016 17:24:53 -0500 Date: Tue, 19 Jan 2016 19:24:49 -0300 From: Arnaldo Carvalho de Melo To: Andi Kleen Cc: Namhyung Kim , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern , Stephane Eranian , Wang Nan , Don Zickus , Pekka Enberg , Moinuddin Quadri Subject: Re: [RFC/PATCHSET 00/17] perf tools: Add support for hierachy view (v2) Message-ID: <20160119222449.GL27085@kernel.org> References: <1452960197-5323-1-git-send-email-namhyung@kernel.org> <20160117193153.GI4698@two.firstfloor.org> <20160119104506.GB1324@danjae.kornet> <20160119221204.GO4698@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160119221204.GO4698@two.firstfloor.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Jan 19, 2016 at 11:12:04PM +0100, Andi Kleen escreveu: > > > Now we only need a better percent-limit that handles all > > > leaves correctly... > > > > Hmm.. could you tell me where the percent-limit doesn't work > > correctly? > > It doesn't work well together with call chains. Ok, that is the missing piece of info, lemme check... Yeah that seems to be the case. > It only considers the hits on the leaf function, but doesn't hide > the individual call chains leading to that function which are below > the limit. > > So if you have a lot of different cold callers you still end up > with far too much output. > > Also would be nice to be able to set it dynamically from the UI. To set the mim percent? Yeah, we need to allow setting all those knobs from the UI. I.e. should be like when we press '/' to set a substring filter. - Arnaldo