Title here
Summary here
bpftrace
is kind of awesome. It lets you basically run event-driven logic at various “attachment points” in Linux, either in kernel or user space (depending on what your kernel was built with support for).
Resources:
bpftrace
basicsGlossary:
Check your kernel config to see what’s supported:
1grep -E '^(# )?CONFIG_(UPROBE_EVENTS|KPROBE_EVENTS|TRACEPOINTS|TRACING|FTRACE|EVENT_TRACING)(=| is not set)' /boot/config-$(uname -r)
List kprobes, uprobes, tracepoints: