From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751139AbdAQQAd (ORCPT ); Tue, 17 Jan 2017 11:00:33 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34633 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920AbdAQQA3 (ORCPT ); Tue, 17 Jan 2017 11:00:29 -0500 Date: Tue, 17 Jan 2017 17:00:15 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Masami Hiramatsu , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/3] perf/urgent 'perf probe' fixes Message-ID: <20170117160015.GA10940@gmail.com> References: <20170117123504.16451-1-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170117123504.16451-1-acme@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > Test results at the end of this message, as usual. > > The following changes since commit 18e7a45af91acdde99d3aa1372cc40e1f8142f7b: > > perf/x86: Reject non sampling events with precise_ip (2017-01-14 11:06:50 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.10-20170117 > > for you to fetch changes up to 613f050d68a8ed3c0b18b9568698908ef7bbc1f7: > > perf probe: Fix to probe on gcc generated functions in modules (2017-01-16 15:43:04 -0300) > > ---------------------------------------------------------------- > perf/urgent 'perf probe' fixes: > > Fixes: > > - Show correct locations for 'perf probe' on modules (Masami Hiramatsu) > > - Correctly handle 'perf probe's on gcc generated functions in modules (Masami Hiramatsu) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Masami Hiramatsu (3): > perf probe: Fix to show correct locations for events on modules > perf probe: Add error checks to offline probe post-processing > perf probe: Fix to probe on gcc generated functions in modules > > tools/perf/util/probe-event.c | 95 +++++++++++++++++++++++++++--------------- > tools/perf/util/probe-finder.c | 15 ++++--- > tools/perf/util/probe-finder.h | 3 ++ > 3 files changed, 72 insertions(+), 41 deletions(-) Pulled, thanks a lot Arnaldo! Ingo