summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-record
blob: 74685f318379ae597986f4b768f55edd2a07e125 (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_exit $@ || \
 perf record -e syscalls:sys_exit $@) 2> /dev/null
n>ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controll...Suman Tripathi 2014-07-08ahci_xgene: fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode...Suman Tripathi 2014-06-17ahci/xgene: Remove logic to set 64-bit DMA maskSuravee Suthikulpanit 2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang 2014-03-18ata: Fix compiler warning with APM X-Gene host controller driverLoc Ho 2014-03-17ata: Add APM X-Gene SoC AHCI SATA host controller driverLoc Ho