* Arnaldo Carvalho de Melo <a...@kernel.org> wrote:

> Hi Ingo,
> 
>       Please consider pulling,
> 
> - Arnaldo
> 
> The following changes since commit d01de2389c0190f5959f0a1258a2e87d2fe4ca82:
> 
>   Merge tag 'perf-urgent-for-mingo' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent 
> (2015-01-17 11:04:35 +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
> 
> for you to fetch changes up to 25dd9171f51c482eb7c4dc8618766ae733756e2d:
> 
>   perf probe: Fix probing kretprobes (2015-01-21 10:06:24 -0300)
> 
> ----------------------------------------------------------------
> perf/urgent fixes:
> 
> User visible:
> 
> - Fix probing at function return (Namhyumg Kim)
> 
> Developer stuff:
> 
> - Symbol processing changes necessary for fixing support for
>   kretprobes in 'perf probe' (Namhyung Kim, Arnaldo Carvalho de Melo)
> 
> - Annotation memory leaks and instruction parsing fixes (Rabin Vincent)
> 
> - Fix perl build on ARM64 (Wang Nam)
> 
> Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com>
> 
> ----------------------------------------------------------------
> Arnaldo Carvalho de Melo (3):
>       perf evlist: Remove extraneous 'was' on error message
>       perf symbols: Introduce method to iterate symbols ordered by name
>       perf symbols: Introduce 'for' method to iterate over the symbols with a 
> given name
> 
> Namhyung Kim (3):
>       perf symbols: Return the first entry with a given name in find_by_name 
> method
>       perf probe: Do not rely on map__load() filter to find symbols
>       perf probe: Fix probing kretprobes
> 
> Rabin Vincent (2):
>       perf annotate: Handle ins parsing failures
>       perf annotate: Fix memory leaks in LOCK handling
> 
> Wang Nan (1):
>       perf scripting perl: Force to use stdbool
> 
>  tools/perf/scripts/perl/Perf-Trace-Util/Context.c |  5 +++-
>  tools/perf/util/annotate.c                        | 18 +++++++++---
>  tools/perf/util/evlist.c                          |  2 +-
>  tools/perf/util/map.h                             | 16 +++++++++++
>  tools/perf/util/probe-event.c                     | 34 
> +++++++++++------------
>  tools/perf/util/symbol.c                          | 31 +++++++++++++++++++--
>  tools/perf/util/symbol.h                          |  1 +
>  7 files changed, 80 insertions(+), 27 deletions(-)

Pulled, thanks a lot Arnaldo!

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to