From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760180AbbA3JiK (ORCPT ); Fri, 30 Jan 2015 04:38:10 -0500 Received: from mail4.hitachi.co.jp ([133.145.228.5]:49037 "EHLO mail4.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753740AbbA3JiI (ORCPT ); Fri, 30 Jan 2015 04:38:08 -0500 X-AuditID: 85900ec0-bcaf0b9000002d32-2c-54cb50ce2ae1 Subject: [PATCH perf/core 0/2] perf-probe: bugfix and update From: Masami Hiramatsu To: Arnaldo Carvalho de Melo Cc: Peter Zijlstra , namhyung@kernel.org, Ingo Molnar , Linux Kernel Mailing List Date: Fri, 30 Jan 2015 18:37:42 +0900 Message-ID: <20150130093741.30575.41526.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, These patches are a bugfix and an update of the document about perf-probe. - The first one fixes probing on the function which has been inlined by optimizer but is not marked as inlined in the debuginfo. - The second one just updates perf-probe document. Thank you, --- Masami Hiramatsu (2): [BUGFIX] perf-probe: Fix to handle optimized not-inlined but has no instance [DOC] perf-probe: Update perf-probe document tools/perf/Documentation/perf-probe.txt | 16 ++++++++++++++-- tools/perf/util/dwarf-aux.c | 15 +++++++++++++++ tools/perf/util/dwarf-aux.h | 3 +++ tools/perf/util/probe-finder.c | 12 ++++-------- 4 files changed, 36 insertions(+), 10 deletions(-) -- Masami HIRAMATSU Software Platform Research Dpt. Linux Technology Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.com