diff options
| author | 2010-06-04 11:33:10 +0200 | |
|---|---|---|
| committer | 2010-06-04 11:33:10 +0200 | |
| commit | d8a382d2662822248a97ce9d670b90e68aefbd3a (patch) | |
| tree | 4f5bbd5d0a5881ed42de611402ea4ac2c6d6ff48 /tools/perf/scripts/python/bin/sctop-record | |
| parent | Oprofile: Change CPUIDS from decimal to hex, and add some comments (diff) | |
| parent | perf: Fix crash in swevents (diff) | |
Merge remote branch 'tip/perf/urgent' into oprofile/urgent
Diffstat (limited to 'tools/perf/scripts/python/bin/sctop-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/sctop-record | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/sctop-record b/tools/perf/scripts/python/bin/sctop-record new file mode 100644 index 000000000000..1fc5998b721d --- /dev/null +++ b/tools/perf/scripts/python/bin/sctop-record @@ -0,0 +1,2 @@ +#!/bin/bash +perf record -a -e raw_syscalls:sys_enter $@ |
