From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wwzYH4wcjzDr0c for ; Mon, 26 Jun 2017 16:24:35 +1000 (AEST) Subject: Re: [PATCH v6 0/7] perf report: Show branch type From: "Jin, Yao" To: Jiri Olsa Cc: acme@kernel.org, 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: Date: Mon, 26 Jun 2017 14:24:29 +0800 MIME-Version: 1.0 In-Reply-To: <94386248-7565-64cf-7e6f-4341531724e7@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 >