Hacker News with Generative AI: BPF

Exposing concurrency bugs with a custom scheduler (lwn.net)
Jake Hillion gave a presentation at FOSDEM about using sched_ext, the BPF scheduling framework that was introduced in kernel version 6.12, to help find elusive concurrency problems.
Dtrace for Linux Based on BPF (oracle.com)
We are happy to announce the availability of DTrace for Linux 2.0.1!
A Walk with LuaJIT (polarsignals.com)
The following is a chronicle of implementing a general purpose zero-instrumentation BPF based profiler for LuaJIT.
Bpftune uses BPF to auto-tune Linux systems (github.com/oracle)
Sched_ext Merged for Linux 6.12 – Scheduling Policies as BPF Programs (phoronix.com)
Linux 6.12 is shaping up to be a heck of a kernel update! Following real-time "PREEMPT_RT" going mainline after twenty years and many other kernel features merged this week, Linus Torvalds just pulled in the much anticipated sched_ext code!
Show HN: bpfquery – experimenting with compiling SQL to bpf(trace) (bpfquery.com)
Show HN: Xcapture-BPF – like Linux top, but with Xray vision (0x.tools)