ajor / bpftrace

High-level tracing language for Linux eBPF - development moved to https://github.com/iovisor/bpftrace
https://github.com/iovisor/bpftrace
Apache License 2.0
250 stars 15 forks source link

Add support for attaching kprobes at custom offsets #44

Open ajor opened 6 years ago

ajor commented 6 years ago

New option added to libbcc

Possibly something like: kprobe:sys_open+8 { ... }