Re: [GIT PULL 0/3] perf/urgent 'perf probe' fixes

From: Ingo Molnar
Date: Tue Jan 17 2017 - 11:01:34 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 18e7a45af91acdde99d3aa1372cc40e1f8142f7b:
>
> perf/x86: Reject non sampling events with precise_ip (2017-01-14 11:06:50 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.10-20170117
>
> for you to fetch changes up to 613f050d68a8ed3c0b18b9568698908ef7bbc1f7:
>
> perf probe: Fix to probe on gcc generated functions in modules (2017-01-16 15:43:04 -0300)
>
> ----------------------------------------------------------------
> perf/urgent 'perf probe' fixes:
>
> Fixes:
>
> - Show correct locations for 'perf probe' on modules (Masami Hiramatsu)
>
> - Correctly handle 'perf probe's on gcc generated functions in modules (Masami Hiramatsu)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> Masami Hiramatsu (3):
> perf probe: Fix to show correct locations for events on modules
> perf probe: Add error checks to offline probe post-processing
> perf probe: Fix to probe on gcc generated functions in modules
>
> tools/perf/util/probe-event.c | 95 +++++++++++++++++++++++++++---------------
> tools/perf/util/probe-finder.c | 15 ++++---
> tools/perf/util/probe-finder.h | 3 ++
> 3 files changed, 72 insertions(+), 41 deletions(-)

Pulled, thanks a lot Arnaldo!

Ingo