diff options
| author | Patrick McHardy <kaber@trash.net> | 2010-03-08 14:55:23 +0300 |
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2010-03-08 14:55:23 +0300 |
| commit | f790c0ca6fad60b544bb73eda8cc841a6436725b (patch) | |
| tree | 171052d4734fda5e77668aacfff98de69e1f4237 /tools/perf/scripts/python/bin/syscall-counts-record | |
| parent | 9ab48ddcb144fdee908708669448dd136cf4894a (diff) | |
| parent | 25cf84cf377c0aae5dbcf937ea89bc7893db5176 (diff) | |
| download | linux-f790c0ca6fad60b544bb73eda8cc841a6436725b.tar.xz | |
Merge branch 'master' of /repos/git/linux-2.6
Conflicts:
net/ipv4/netfilter/nf_nat_core.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_netlink.c
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/syscall-counts-record | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/syscall-counts-record b/tools/perf/scripts/python/bin/syscall-counts-record new file mode 100644 index 000000000000..45a8c50359da --- /dev/null +++ b/tools/perf/scripts/python/bin/syscall-counts-record @@ -0,0 +1,2 @@ +#!/bin/bash +perf record -c 1 -f -a -M -R -e raw_syscalls:sys_enter |
