#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm ype='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/kernel/cfi.c
AgeCommit message (Expand)Author
2025-07-31cfi: Move BPF CFI types and helpers to generic codeSami Tolvanen
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-10cfi: Use RCU while invoking __module_address().Sebastian Andrzej Siewior
2025-02-26x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra