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
set if not availableBo Shen 2011-10-31sound-soc: move to dma_transfer_directionVinod Koul 2011-07-11Merge branch 'master' into for-nextJiri Kosina 2011-06-28ALSA: atmel - update author email for ABDAC, AC97C and AT73C213Hans-Christian Egtvedt 2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches 2011-01-25ALSA: fix invalid hardware.h include in ac97c for AVR32 architectureHans-Christian Egtvedt 2010-11-22ALSA: atmel - Fix the return value in error pathTakashi Iwai 2010-11-22ALSA: snd-atmel-abdac: test wrong variableVasiliy Kulikov 2010-06-08ALSA: atmel: set "channel A event" output to debugYegor Yefremov 2010-03-25ALSA: AC97: add full duplex support for atmel AT91 and AVR.Sedji Gaouaou 2010-03-25ALSA: AC97: add AC97 support for AT91.Sedji Gaouaou 2009-04-06ALSA: snd-atmel-abdac: increase periods_min to 6 instead of 4Hans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-abdac: replace bus_id with dev_name()Hans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: replace bus_id with dev_name()Hans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: cleanup registers when removing driverHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: do a proper reset of the external codecHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: enable interrupts to catch events for error reportingHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: set correct size for buffer hardware parameterHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: do not overwrite OCA and ICA when assigning channelsHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: remove dead break statements after return in switch caseHans-Christian Egtvedt 2009-04-06ALSA: snd-atmel-ac97c: cleanup register definitionsHans-Christian Egtvedt 2009-02-05ALSA: Add ALSA driver for Atmel AC97 controllerHans-Christian Egtvedt 2009-02-05ALSA: Add ALSA driver for Atmel Audio Bitstream DACHans-Christian Egtvedt