Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752546AbcKHNoD (ORCPT ); Tue, 8 Nov 2016 08:44:03 -0500 Received: from ud10.udmedia.de ([194.117.254.50]:58828 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752464AbcKHNoB (ORCPT ); Tue, 8 Nov 2016 08:44:01 -0500 Date: Tue, 8 Nov 2016 14:43:58 +0100 From: Markus Trippelsdorf To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML Subject: Re: [PATCH 0/4] perf tools: Assorted fixes for hierarchy mode Message-ID: <20161108134358.GB14552@x4> References: <20161108130833.9263-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161108130833.9263-1-namhyung@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 511 Lines: 16 On 2016.11.08 at 22:08 +0900, Namhyung Kim wrote: > > This patches fix problems in hierarchy output Markus reported some > time ago. The code is available on the 'perf/hierarchy-fix-v1' branch > in my tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Any feedbacks are welcomed. By the way, I hope that: https://git.kernel.org/cgit/linux/kernel/git/tip/tip.git/commit/?h=perf/core&id=8a06b0be6507f97f3aa92ca814335b8b65fd3de2 doesn't fall through the cracks. -- Markus