From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932707AbbI3UKT (ORCPT ); Wed, 30 Sep 2015 16:10:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:57947 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751567AbbI3UKQ (ORCPT ); Wed, 30 Sep 2015 16:10:16 -0400 Date: Wed, 30 Sep 2015 17:10:12 -0300 From: Arnaldo Carvalho de Melo To: Masami Hiramatsu Cc: Namhyung Kim , linux-kernel@vger.kernel.org, Jiri Olsa , Wang Nan Subject: Re: [PATCH perf/core 0/5] perf-probe bugfixes Message-ID: <20150930201012.GL1944@kernel.org> References: <20150930164126.3733.47708.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150930164126.3733.47708.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 Thu, Oct 01, 2015 at 01:41:26AM +0900, Masami Hiramatsu escreveu: > 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. Thanks, did a really quick review, tested and applied. - Arnaldo