summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
 perf record -e syscalls:sys_enter $@) 2> /dev/null
ete AM824 data block processing layerTakashi Sakamoto 2015-09-29ALSA: firewire-lib: move MIDI trigger helper function to AM824 layerTakashi Sakamoto 2015-09-29ALSA: firewire-lib: add helper functions to set positions of data channelsTakashi Sakamoto 2015-09-29ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto 2015-09-29ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto 2015-09-29ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto