From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754598AbbI3Qrz (ORCPT ); Wed, 30 Sep 2015 12:47:55 -0400 Received: from mail7.hitachi.co.jp ([133.145.228.42]:58132 "EHLO mail7.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753349AbbI3Qrx (ORCPT ); Wed, 30 Sep 2015 12:47:53 -0400 X-AuditID: 85900ec0-9c3c7b9000001a57-c5-560c115e818f Subject: [PATCH perf/core 0/5] perf-probe bugfixes From: Masami Hiramatsu To: Arnaldo Carvalho de Melo Cc: Namhyung Kim , linux-kernel@vger.kernel.org, Jiri Olsa , Wang Nan Date: Thu, 01 Oct 2015 01:41:26 +0900 Message-ID: <20150930164126.3733.47708.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 Hi, Here is a bunch of bugfix patches for perf-probe. - Begin and end report session correctly, which fixes a mistake of libdwfl usage. - Fix to remove dot suffix from second or latter events which fixes a bug on multiple events on a dot suffixed symbol. - Show correct source lines of probes on kmodules, which fixes a bug that perf-probe --list can not find probe points in kernel modules. - Fix a segfault bug in debuginfo_cache, which fixes a segfault bug in debuginfo_cache__open. - Improve error message when %return is on inlined function is not actual bugfix, but improve an error message. Thank you, --- Masami Hiramatsu (5): [BUGFIX] perf-probe: Begin and end report session correctly [BUGFIX] perf-probe: Fix to remove dot suffix from second or latter events [BUGFIX] perf-probe: Show correct source lines of probes on kmodules [BUGFIX] perf-probe: Fix a segfault bug in debuginfo_cache perf-probe: Improve error message when %return is on inlined function tools/perf/util/probe-event.c | 89 +++++++++++++++++++++++++--------------- tools/perf/util/probe-finder.c | 58 ++++++++++++++++++++++++-- 2 files changed, 109 insertions(+), 38 deletions(-)