]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a5d6cabc5171b325edcdf5c4d52ccea76b7b982
tree7a5d786a0f1a75fba9036076eb791dc759d8009f
parenta5dd8e3e332e7f9ba35c32822d555055240afb1b
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]