[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150130093741.30575.41526.stgit@localhost.localdomain>
Date: Fri, 30 Jan 2015 18:37:42 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>, namhyung@...nel.org,
Ingo Molnar <mingo@...nel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH perf/core 0/2] perf-probe: bugfix and update
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@...achi.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists