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
title='2024-10-05 13:22:04 +0800'>2024-10-05crypto: rsassa-pkcs1 - Avoid copying hash prefixLukas Wunner 2024-10-05crypto: rsassa-pkcs1 - Harden digest length verificationLukas Wunner 2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner