[PATCH 0/9] perf/core improvements and fixes

From: Arnaldo Carvalho de Melo
Date: Mon Feb 07 2011 - 10:01:09 EST


Hi Ingo,

Please consider pulling from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core

Regards,

- Arnaldo

Borislav Petkov (1):
perf annotate: Fix build error

Denis Kirjanov (1):
perf top: Use pid_t for target_{pid|tid}

Franck Bui-Huu (1):
perf probe: Rewrite find_lazy_match_lines() by using getline(3)

Kyle McMartin (1):
perf tool: Fix gcc 4.6.0 issues

Masami Hiramatsu (4):
tracing/kprobes: Cleanup strict_strtol() using code
tracing/kprobes: Support longer (>128 bytes) command
tracing/kprobes: Add bitfield type
perf probe: Add bitfield member support

Michael Witten (1):
perf tools: Makefile: Use $(QUIET_GEN) for perf.so

Documentation/trace/kprobetrace.txt | 16 ++-
kernel/trace/trace_kprobe.c | 111 +++++++++++++-
tools/perf/Makefile | 2 +-
tools/perf/bench/sched-pipe.c | 2 +-
tools/perf/builtin-sched.c | 12 +-
tools/perf/builtin-top.c | 2 +-
tools/perf/util/annotate.c | 3 -
tools/perf/util/annotate.h | 2 +-
tools/perf/util/header.c | 2 +-
tools/perf/util/probe-finder.c | 165 +++++++++++--------
.../util/scripting-engines/trace-event-python.c | 3 +-
tools/perf/util/symbol.c | 4 +-
tools/perf/util/top.h | 4 +-
tools/perf/util/trace-event-parse.c | 2 +-
tools/perf/util/ui/browsers/map.c | 2 +-
15 files changed, 231 insertions(+), 101 deletions(-)

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