From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH] perf record: use unmapped IP for inline callchain cursors Date: Fri, 5 Oct 2018 10:48:31 -0300 Message-ID: <20181005134831.GA20250@kernel.org> References: <20181002073949.3297-1-milian.wolff@kdab.com> <20181002153236.GD3541@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Ravi Bangoria Cc: Milian Wolff , Jiri Olsa , Jin Yao , Linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org List-Id: linux-perf-users.vger.kernel.org Em Wed, Oct 03, 2018 at 09:05:37AM +0530, Ravi Bangoria escreveu: > LGTM. > Tested-by: Ravi Bangoria So, I've added this as a 'git rebase -i' 'fixup', i.e. kept the commit log message for the patch this patch fixes, and combined the two into just one patch so that we don't pollute the bisect history, since this hasn't made it yet to tip, and I also added Ravi's Tested-by, since this tests both. - Arnaldo