[PATCH 0/9] perf-trace/scripting: script fixes

From: Tom Zanussi
Date: Mon May 10 2010 - 00:48:40 EST


While testing the new 'trace events reordering' patches, I noticed
some problems with the current set of scripts, mostly annoying warning
messages, but a couple of real problems too.

Another annoyance, which I moved to verbose mode, was the display of
the script name on each invocation.

Anyway, after testing all the scripts in both normal and live mode, I
haven't seen any problems with the new event reordering patches...

Tom Zanussi (9):
perf/trace/scripting: failed-syscalls script cleanup
perf/trace/scripting: rw-by-pid script cleanup
perf/trace/scripting: rwtop script cleanup
perf/trace/scripting: wakeup-latency script cleanup
perf/trace/scripting: workqueue-stats script cleanup
perf/trace/scripting: don't show script start/stop messages by
default
perf/trace/scripting: failed-syscalls-by-pid script cleanup
perf/trace/scripting: syscall-counts-by-pid script cleanup
perf/trace/scripting: syscall-counts script cleanup

tools/perf/builtin-trace.c | 3 +
tools/perf/scripts/perl/bin/failed-syscalls-report | 2 +-
tools/perf/scripts/perl/failed-syscalls.pl | 6 ++-
tools/perf/scripts/perl/rw-by-pid.pl | 60 ++++++++++++--------
tools/perf/scripts/perl/rwtop.pl | 48 +++++++++++----
tools/perf/scripts/perl/wakeup-latency.pl | 12 +++-
tools/perf/scripts/perl/workqueue-stats.pl | 12 ++--
.../python/bin/failed-syscalls-by-pid-report | 2 +-
.../python/bin/syscall-counts-by-pid-report | 2 +-
.../perf/scripts/python/bin/syscall-counts-report | 2 +-
.../perf/util/scripting-engines/trace-event-perl.c | 3 -
.../util/scripting-engines/trace-event-python.c | 4 -
12 files changed, 98 insertions(+), 58 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/