summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/sctop-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
11 +0200'>2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner 2019-02-04kexec, KEYS: Make use of platform keyring for signature verifyKairui Song 2019-02-04integrity, KEYS: add a reference to platform keyringKairui Song 2018-08-16Replace magic for trusting the secondary keyring with #defineYannik Sembritzki 2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau 2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau /a>Dmitry Kravkov