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
l/commit/.clippy.toml?h=master&id=7d56786edcbdf58b6367fd7f01d5861214ad1c95'>rust: introduce `.clippy.toml`Miguel Ojeda