From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942137AbcJSO0u (ORCPT ); Wed, 19 Oct 2016 10:26:50 -0400 Received: from mail.kernel.org ([198.145.29.136]:40268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941513AbcJSO0n (ORCPT ); Wed, 19 Oct 2016 10:26:43 -0400 Date: Wed, 19 Oct 2016 10:11:06 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: "Jin, Yao" , jolsa@kernel.org, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, Ingo Molnar Subject: Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view Message-ID: <20161019131106.GB25522@kernel.org> References: <1476869153-15424-1-git-send-email-yao.jin@linux.intel.com> <20161019082617.GA12307@krava> <6cf023b5-0059-5010-9998-4ef534fde399@linux.intel.com> <20161019085534.GA3041@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161019085534.GA3041@krava> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Oct 19, 2016 at 10:55:34AM +0200, Jiri Olsa escreveu: > On Wed, Oct 19, 2016 at 04:46:02PM +0800, Jin, Yao wrote: > > It's based on the current branch "remotes/origin/perf/core" of tip > > (https://kernel.googlesource.com/pub/scm/linux/kernel/git/tip/tip.git). > > > > Should the patch be based on the branch "remotes/origin/perf/core" of the > > repo (https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git)? > > yep, that's what we do normaly.. because Arnaldo has already > some other new patches pilled up Yeah, please use acme/perf/core, I'll split it into more manageable chunks and get them feed to Ingo, when he starts processing perf/core pull requests. The first one to get into probably is the perf/vendor_events branch. - Arnaldo