Hi Ingo,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf
- Arnaldo
Masami Hiramatsu (4):
perf tools: Initialize dso->node member in dso__new
perf probe: Fix to use symtab only if no debuginfo
perf probe: Fix to exit callback soon after finding too many probe
points
perf probe: Add --max-probes option
Stefan Hajnoczi (1):
perf tools: Fix libdw-dev package name in error message
tools/perf/Documentation/perf-probe.txt | 3 ++
tools/perf/Makefile | 2 +-
tools/perf/builtin-probe.c | 9 +++++++-
tools/perf/util/probe-event.c | 34 +++++++++++++++++-------------
tools/perf/util/probe-event.h | 4 +-
tools/perf/util/probe-finder.c | 15 +++++++++----
tools/perf/util/probe-finder.h | 6 +++-
tools/perf/util/symbol.c | 1 +
8 files changed, 48 insertions(+), 26 deletions(-)
* Arnaldo Carvalho de Melo <[email protected]> wrote:
> Hi Ingo,
>
> Please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf
>
> - Arnaldo
>
> Masami Hiramatsu (4):
> perf tools: Initialize dso->node member in dso__new
> perf probe: Fix to use symtab only if no debuginfo
> perf probe: Fix to exit callback soon after finding too many probe
> points
> perf probe: Add --max-probes option
>
> Stefan Hajnoczi (1):
> perf tools: Fix libdw-dev package name in error message
>
> tools/perf/Documentation/perf-probe.txt | 3 ++
> tools/perf/Makefile | 2 +-
> tools/perf/builtin-probe.c | 9 +++++++-
> tools/perf/util/probe-event.c | 34 +++++++++++++++++-------------
> tools/perf/util/probe-event.h | 4 +-
> tools/perf/util/probe-finder.c | 15 +++++++++----
> tools/perf/util/probe-finder.h | 6 +++-
> tools/perf/util/symbol.c | 1 +
> 8 files changed, 48 insertions(+), 26 deletions(-)
Pulled, thanks Arnaldo!
Ingo