Dynamic probe on function perf
Add a kprobe with an argument, then record it; inspect kernel internals without rebuilding
perf probe --add 'tcp_sendmsg size' && perf record -e probe:tcp_sendmsg -a -- sleep 5
more perf
all 17 commands →