From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756717AbbFPNtM (ORCPT ); Tue, 16 Jun 2015 09:49:12 -0400 Received: from mail.kernel.org ([198.145.29.136]:51209 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754523AbbFPNtD (ORCPT ); Tue, 16 Jun 2015 09:49:03 -0400 Date: Tue, 16 Jun 2015 10:48:44 -0300 From: Arnaldo Carvalho de Melo To: Masami Hiramatsu Cc: Naohiro Aota , Peter Zijlstra , Linux Kernel Mailing List , David Ahern , namhyung@kernel.org, Jiri Olsa , Ingo Molnar Subject: Re: [PATCH perf/core v3 0/3] perf-probe bugfixes Message-ID: <20150616134844.GD10374@kernel.org> References: <20150616115050.19906.77371.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150616115050.19906.77371.stgit@localhost.localdomain> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Jun 16, 2015 at 08:50:50PM +0900, Masami Hiramatsu escreveu: > Hi Arnaldo, > > Here is the v3 series of bugfix patches for perf-probe. > I've rewriten the patch description of 2/3 (no code changed) > and added a comment on the 3/3 for reproductivity. > This series fixes below bugs; > > - --list shows the list of probes in stderr. > (It is refined from https://lkml.org/lkml/2015/5/30/34) > - return success even if no probe is added. > - usage message is not shown if the last event is skipped. > > BTW, this series still include 1/3, since I couldn't find it > in the latest(published) perf/core. If you've already merged > it on your local tree, please skip it. Right, I forgot to push my perf/core branch yesterday, thanks for the corrections, trying to apply the series now. - Arnaldo > Thank you, > > --- > > Masami Hiramatsu (3): > [BUGFIX] perf probe: List probes in stdout > [BUGFIX] perf probe: Fix to return error if no-probe is added > [BUGFIX] perf probe: Show usage even if the last event is skipped > > > tools/perf/util/probe-event.c | 187 ++++++++++++++++++++++++++--------------- > 1 file changed, 118 insertions(+), 69 deletions(-) > > > -- > Masami HIRAMATSU > Linux Technology Research Center, System Productivity Research Dept. > Center for Technology Innovation - Systems Engineering > Hitachi, Ltd., Research & Development Group > E-mail: masami.hiramatsu.pt@hitachi.com