Tools for BPF on Linux
BCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. It makes use of extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature that was first added to Linux 3.15. Much of what BCC uses requires Linux 4.1 and above.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/x0mg50k39zavjrlrldlmw95hjyfwisk7-bcc-0.16.0.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/2x1mv6vcai6kzs689pj85hs7ksxr8x3v-bcc-0.16.0.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/mnigj4hprnhqlncgk52pb129adixllag-bcc-0.16.0.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/xwr1c8fx37n88zk3c33iyw2fy2ygb4g7-bcc-0.16.0.drv | |
riscv64-linux | /gnu/store/9bcxni1jp3h48g171i9vsd471zk7iciv-bcc-0.16.0.drv | ||
powerpc-linux | /gnu/store/4kqczss5bv79fi1v3zavgyhrbw8z0kyl-bcc-0.16.0.drv | ||
powerpc64le-linux | /gnu/store/yrkaszm03wsnbf2a0w9xz00i2gjhd0w8-bcc-0.16.0.drv | ||
mips64el-linux | /gnu/store/g0xr9h4lj9y16l49bip35gxsm30b30x1-bcc-0.16.0.drv | ||
i686-linux | /gnu/store/gpy44bs413cdyjixm8c336rb5dvc6k48-bcc-0.16.0.drv | ||
i586-gnu | /gnu/store/ri9r5hpnvlsa0lnyshmx0fv9bicl4ix6-bcc-0.16.0.drv | ||
armhf-linux | /gnu/store/gpp98lfb7nyi8gkwxjg6qlimic2k4dhy-bcc-0.16.0.drv | ||
aarch64-linux | /gnu/store/xa16rfqhhfaysw41h5sk0ssks6xspi8g-bcc-0.16.0.drv |
Linter | Message | Location |
---|---|---|
wrapper-inputs Make sure 'wrap-program' can finds its interpreter. | "bash-minimal" should be in 'inputs' when 'wrap-program' is used |