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
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz 2020-12-04Add auxiliary bus supportDave Ertman 2020-06-30soundwire: extend SDW_SLAVE_ENTRYPierre-Louis Bossart 2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2020-03-19bus: mhi: core: Add uevent support for module autoloadingManivannan Sadhasivam 2020-02-28i3c: Generate aliases for i3c modulesBoris Brezillon