Skip to content

sscargal/bfptrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

bfptrace Scripts and Tips

bpftrace is a high-level tracing language for Linux enhanced Berkeley Packet Filter (eBPF) available in recent Linux kernels (4.x). bpftrace uses LLVM as a backend to compile scripts to BPF-bytecode and makes use of BCC for interacting with the Linux BPF system, as well as existing Linux tracing capabilities: kernel dynamic tracing (kprobes), user-level dynamic tracing (uprobes), and tracepoints. The bpftrace language is inspired by awk and C, and predecessor tracers such as DTrace and SystemTap. bpftrace was created by Alastair Robertson.

This repository includes my own learning and scripts

Learn bpftrace

To learn more about bpftrace, see:

Books

About

Scripts and Information for BPFTrace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published