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
'>2025-06-11make securityfs_remove() remove the entire subtreeAl Viro 2025-06-11securityfs: pin filesystem only for objects directly in rootAl Viro 2025-06-11securityfs: don't pin dentries twice, once is enough...Al Viro 2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown 2024-08-29lsm: Use IS_ERR_OR_NULL() helper functionHongbo Li 2024-08-20lsm: add new securityfs delete functionFan Wu