[GIT PULL 0/4] perf python scripting improvements and fixes

From: Arnaldo Carvalho de Melo
Date: Tue Oct 26 2010 - 15:26:27 EST


Hi Ingo,

Please pull from:

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

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (3):
perf scripting: Shut up 'perf record' final status
perf python scripting: Fixup cut'n'paste error in sctop script
perf python scripting: Add futex-contention script

Matt Fleming (1):
perf record: Remove newline character from perror() argument

tools/perf/Documentation/perf-record.txt | 4 ++
tools/perf/builtin-record.c | 8 ++-
tools/perf/builtin-trace.c | 9 ++--
.../python/Perf-Trace-Util/lib/Perf/Trace/Util.py | 18 +++++++
.../scripts/python/bin/futex-contention-record | 2 +
.../scripts/python/bin/futex-contention-report | 4 ++
tools/perf/scripts/python/futex-contention.py | 50 ++++++++++++++++++++
tools/perf/scripts/python/sctop.py | 2 +-
tools/perf/util/debug.c | 4 +-
tools/perf/util/debug.h | 2 +-
10 files changed, 93 insertions(+), 10 deletions(-)
create mode 100644 tools/perf/scripts/python/bin/futex-contention-record
create mode 100644 tools/perf/scripts/python/bin/futex-contention-report
create mode 100644 tools/perf/scripts/python/futex-contention.py
--
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/