This website requires JavaScript.
Explore
Help
Sign In
armbian
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/armbian/linux.git
synced
2026-01-06 10:13:00 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4f43e0dcafe89205d3c266fed196fd417a9fe3de
linux
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-record
3 lines
53 B
Plaintext
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 New Issue
Copy Permalink