From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752622AbdGFBrN (ORCPT ); Wed, 5 Jul 2017 21:47:13 -0400 Received: from mga14.intel.com ([192.55.52.115]:40211 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751914AbdGFBrM (ORCPT ); Wed, 5 Jul 2017 21:47:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,314,1496127600"; d="scan'208";a="1168557948" Subject: Re: [PATCH v6 0/7] perf report: Show branch type From: "Jin, Yao" To: Arnaldo Carvalho de Melo Cc: jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com, linuxppc-dev@lists.ozlabs.org References: <1492690075-17243-1-git-send-email-yao.jin@linux.intel.com> <20170420093656.GA28272@krava> <94386248-7565-64cf-7e6f-4341531724e7@linux.intel.com> Message-ID: <5f220f2c-8f88-c60e-3daa-092c1346c5b0@linux.intel.com> Date: Thu, 6 Jul 2017 09:47:09 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnaldo, Could this series be merged? It's more than 2 months since the last time Jiri Olsa gave the ack. Thanks Jin Yao On 6/26/2017 2:24 PM, Jin, Yao wrote: > Hi maintainers, > > Is this patch series OK or anything I should update? > > Thanks > > Jin Yao > > > On 6/2/2017 4:02 PM, Jin, Yao wrote: >> Hi maintainers, >> >> Is this patch series (v6) OK for merging? >> >> Thanks >> >> Jin Yao >> >> >> On 4/20/2017 5:36 PM, Jiri Olsa wrote: >>> On Thu, Apr 20, 2017 at 08:07:48PM +0800, Jin Yao wrote: >>>> v6: >>>> Update according to the review comments from >>>> Jiri Olsa . Major modifications are: >>>> >>>> 1. Move that multiline conditional code inside {} brackets. >>>> >>>> 2. Move branch_type_stat_display() from builtin-report.c to >>>> branch.c. Move branch_type_str() from callchain.c to >>>> branch.c. >>>> >>>> 3. Keep the original branch info display order, that is: >>>> predicted, abort, cycles, iterations >>> for the tools part >>> >>> Acked-by: Jiri Olsa >>> >>> thanks, >>> jirka >> >