From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754824AbcBBWmX (ORCPT ); Tue, 2 Feb 2016 17:42:23 -0500 Received: from mail.kernel.org ([198.145.29.136]:41327 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753769AbcBBWmV (ORCPT ); Tue, 2 Feb 2016 17:42:21 -0500 Date: Tue, 2 Feb 2016 19:42:16 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Namhyung Kim , Jiri Olsa , lkml , David Ahern , Ingo Molnar , Peter Zijlstra Subject: Re: [RFC 00/26] perf tools: Introduce hists specific format entries Message-ID: <20160202224216.GL32488@kernel.org> References: <1453109064-1026-1-git-send-email-jolsa@kernel.org> <20160125071552.GB23869@krava.brq.redhat.com> <20160125142424.GA7794@danjae.kornet> <20160125143743.GA10064@krava.brq.redhat.com> <20160202222247.GJ32488@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160202222247.GJ32488@kernel.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, Feb 02, 2016 at 07:22:47PM -0300, Arnaldo Carvalho de Melo escreveu: > Ok, so I rebased it on top of my perf/core branch, adjusting some stuff > wrt recent patchkits from Namhyung (hist_entry__callchain_fprintf() is > no more, etc), and renaming that perf_hpp_list->{list,sort_list} to > ->{fields,sorts} as Namhyung suggested and you agreed, it builds... > > But perf top isn't showing the overhead column... there were some > changes to perf report in this patchkit to move some initializations... > will check there... Fixed, doing the same change you made for 'perf report', moving the setup_sorting call to after the setup_browser one, inserted a new patch with that just before the patch where the problem was bisected, please check. To recap: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tmp.perf/hists/hpp_list https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/commit/?h=tmp.perf/hists/hpp_list&id=7d105448f8922679956728a7f5106218378c450e - Arnaldo