Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756867Ab0DNWco (ORCPT ); Wed, 14 Apr 2010 18:32:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60540 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750939Ab0DNWcn (ORCPT ); Wed, 14 Apr 2010 18:32:43 -0400 From: Masami Hiramatsu Subject: [PATCH -tip 0/6] perf-probe bugfixes To: Ingo Molnar , Arnaldo Carvalho de Melo , lkml Cc: systemtap , DLE Date: Wed, 14 Apr 2010 18:39:21 -0400 Message-ID: <20100414223921.14630.62353.stgit@localhost6.localdomain6> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1127 Lines: 33 Hi Arnaldo, (Sorry, I've fixed to signed-off-by and send it again) Could you pull these patches into your tree too? These fixes several bugs on perf probe. Thank you, --- Masami Hiramatsu (6): perf probe: Show function entry line as probe-able perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location perf probe: Fix line range to show end line perf probe: Fix a bug that --line range can be overflow perf probe: Fix mis-estimation for shortening filename perf probe: Fix to use correct debugfs path finder tools/perf/builtin-probe.c | 4 - tools/perf/util/probe-event.c | 51 ++++++++++------ tools/perf/util/probe-event.h | 6 +- tools/perf/util/probe-finder.c | 128 ++++++++++++++++++++++++++++++++-------- 4 files changed, 139 insertions(+), 50 deletions(-) -- Masami Hiramatsu e-mail: mhiramat@redhat.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/