Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755206AbbFMBed (ORCPT ); Fri, 12 Jun 2015 21:34:33 -0400 Received: from mail7.hitachi.co.jp ([133.145.228.42]:46674 "EHLO mail7.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751362AbbFMBec (ORCPT ); Fri, 12 Jun 2015 21:34:32 -0400 X-AuditID: 85900ec0-9afc5b9000001a57-56-557b889323a7 Subject: [PATCH perf/core v2 0/3] perf-probe bugfixes From: Masami Hiramatsu To: Arnaldo Carvalho de Melo Cc: Naohiro Aota , Peter Zijlstra , Linux Kernel Mailing List , David Ahern , namhyung@kernel.org, Jiri Olsa , Ingo Molnar Date: Sat, 13 Jun 2015 10:31:14 +0900 Message-ID: <20150613013113.24402.80334.stgit@localhost.localdomain> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 37 Hi Arnaldo, Here is the updated series of bugfix patches for perf-probe. I've fixed inverted bool flags bug on the 1/3. 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) - non-probe-able symbols (out of .text) are not checked when using symbol maps. - usage message is not shown if the last event is skipped. Thank you, --- Masami Hiramatsu (3): [BUGFIX] perf probe: List probes in stdout [BUGFIX] perf probe: Check non-probe-able symbols when using symbol map [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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/