This website requires JavaScript.
Explore
Help
Sign in
wonderful-mobile
/
exynos-linux-stable
Watch
2
Star
0
Fork
You've already forked exynos-linux-stable
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1c92f88542
exynos-linux-stable
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-by-pid-record
3 lines
53 B
Text
Raw
Normal View
History
Unescape
Escape
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>
2010-01-27 02:27:58 -06:00
#!/bin/bash
perf trace scripting: remove system-wide param from shell scripts Including -a unconditionally when recording doesn't allow for the option of running scripts without it. Future patches will add add it back if needed at run-time. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2010-11-10 08:08:20 -06:00
perf record -e raw_syscalls:sys_enter $@
Reference in a new issue
Copy permalink