From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751137AbdAPIJd (ORCPT ); Mon, 16 Jan 2017 03:09:33 -0500 Received: from mail.kernel.org ([198.145.29.136]:45648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbdAPIIu (ORCPT ); Mon, 16 Jan 2017 03:08:50 -0500 Date: Mon, 16 Jan 2017 17:08:44 +0900 From: Masami Hiramatsu To: Masami Hiramatsu Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Jiri Olsa , Peter Zijlstra , Ingo Molnar , Namhyung Kim Subject: Re: [PATCH perf/core v2 0/4] perf-probe: Fix and improve module probe events Message-Id: <20170116170844.1c882f52be7c26bb0f029dc3@kernel.org> In-Reply-To: <148411429514.9978.10060675441541429175.stgit@devbox> References: <148411429514.9978.10060675441541429175.stgit@devbox> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ping? Arnaldo, could you merge it if it is acceptable? Thank you, On Wed, 11 Jan 2017 14:58:25 +0900 Masami Hiramatsu wrote: > Hello, > > This is the 2nd version of the series for fixing offline/online > module probe support and improving perf-probe to probe module > without -m option (Thanks Arnaldo!). > This includes below patches. > > - [1/4] Fix perf-probe --list to show correct probe location > in module. > - [2/4] Improve error checking for the probes for offline > kernel. > - [3/4] Fix perf-probe to probe correctly on gcc generated > functions in module. > - [4/4] Improve perf-probe to find probe events in module > without -m option. > > In this version, I updated the patch description of 1/4 > and fix a bug in 4/4. > > Thank you, > > --- > > Masami Hiramatsu (4): > 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 > perf-probe: Find probe events without target module > > > tools/perf/util/probe-event.c | 160 ++++++++++++++++++++++++++++------------ > tools/perf/util/probe-finder.c | 15 ++-- > tools/perf/util/probe-finder.h | 3 + > 3 files changed, 121 insertions(+), 57 deletions(-) > > -- > Masami Hiramatsu (Linaro) -- Masami Hiramatsu