diff options
| author | Takashi Iwai <tiwai@suse.de> | 2010-11-29 07:44:01 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2010-11-29 07:44:01 +0100 |
| commit | ca19e77e44985b5500f5461f7d2f4ce799cb60ce (patch) | |
| tree | 3ba3635ac2f212b332198b14cc3239195c153e67 /tools/perf/scripts/python/bin/syscall-counts-record | |
| parent | ALSA: hda - Add a generic fixup callback for Realtek codecs (diff) | |
| parent | ALSA: hda: Use BIOS auto-parsing instead of existing model quirk for MEDION MD2 (diff) | |
| download | linux-ca19e77e44985b5500f5461f7d2f4ce799cb60ce.tar.gz linux-ca19e77e44985b5500f5461f7d2f4ce799cb60ce.zip | |
Merge branch 'fix/hda' into topic/hda
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, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/bin/syscall-counts-record b/tools/perf/scripts/python/bin/syscall-counts-record index 1fc5998b721d..4efbfaa7f6a5 100644 --- a/tools/perf/scripts/python/bin/syscall-counts-record +++ b/tools/perf/scripts/python/bin/syscall-counts-record @@ -1,2 +1,2 @@ #!/bin/bash -perf record -a -e raw_syscalls:sys_enter $@ +perf record -e raw_syscalls:sys_enter $@ |
