[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1288121145-20846-1-git-send-email-acme@infradead.org>
Date: Tue, 26 Oct 2010 17:25:41 -0200
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...e.hu>,
Matt Fleming <matt@...sole-pimps.org>,
Mike Galbraith <efault@....de>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Peter Zijlstra <peterz@...radead.org>,
Stephane Eranian <eranian@...gle.com>,
Tom Zanussi <tzanussi@...il.com>
Subject: [GIT PULL 0/4] perf python scripting improvements and fixes
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists