perf/scripts: Add syscall tracing scripts
authorTom Zanussi <tzanussi@gmail.com>
Wed, 27 Jan 2010 08:27:58 +0000 (02:27 -0600)
committerFrederic Weisbecker <fweisbec@gmail.com>
Thu, 25 Feb 2010 03:07:48 +0000 (04:07 +0100)
commit4d161f0360d00d46a89827b3fd6da395f00c5d90
tree7a5d786a0f1a75fba9036076eb791dc759d8009f
parent7e4b21b84c43bb8a80b916e40718ca4ed1fc52e6
perf/scripts: Add syscall tracing scripts

Adds a set of scripts that aggregate system call totals and system
call errors.  Most are Python scripts that also test basic
functionality of the new Python engine, but there's also one Perl
script added for comparison and for reference in some new
Documentation contained in a later patch.

Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Keiichi KII <k-keiichi@bx.jp.nec.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <1264580883-15324-8-git-send-email-tzanussi@gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
15 files changed:
tools/perf/Makefile
tools/perf/scripts/perl/bin/check-perf-trace-record
tools/perf/scripts/perl/bin/failed-syscalls-record [new file with mode: 0644]
tools/perf/scripts/perl/bin/failed-syscalls-report [new file with mode: 0644]
tools/perf/scripts/perl/failed-syscalls.pl [new file with mode: 0644]
tools/perf/scripts/python/bin/failed-syscalls-by-pid-record [new file with mode: 0644]
tools/perf/scripts/python/bin/failed-syscalls-by-pid-report [new file with mode: 0644]
tools/perf/scripts/python/bin/syscall-counts-by-pid-record [new file with mode: 0644]
tools/perf/scripts/python/bin/syscall-counts-by-pid-report [new file with mode: 0644]
tools/perf/scripts/python/bin/syscall-counts-record [new file with mode: 0644]
tools/perf/scripts/python/bin/syscall-counts-report [new file with mode: 0644]
tools/perf/scripts/python/check-perf-trace.py [new file with mode: 0644]
tools/perf/scripts/python/failed-syscalls-by-pid.py [new file with mode: 0644]
tools/perf/scripts/python/syscall-counts-by-pid.py [new file with mode: 0644]
tools/perf/scripts/python/syscall-counts.py [new file with mode: 0644]