Remove 2016-02-01 linux-wakeup-offwake-profiling.html
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

eBPF (extended Berkeley Packet Filter) is in the Linux kernel and is the new hotness in systems engineering. include <linux/path.h> #include <linux/dcache.h> bpftrace uses existing Linux kernel facilities (eBPF, kprobes, uprobes, tracepoints, perf_events), as well as bcc libraries. Attaching 1 probe.

C++ 110
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

eBPF (extended Berkeley Packet Filter) is in the Linux kernel and is the new hotness in systems engineering. include <linux/path.h> #include <linux/dcache.h> bpftrace uses existing Linux kernel facilities (eBPF, kprobes, uprobes, tracepoints, perf_events), as well as bcc libraries. Attaching 1 probe.

C++ 40