Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
bcc - BPF Compiler Collection (BCC)
- Description:
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. BCC makes BPF programs easier to write,
with kernel instrumentation in C (and includes a C wrapper around LLVM), and
front-ends in Python and lua. It is suited for many tasks, including
performance analysis and network traffic control.
Packages
bcc-0.8.0-1.el7.x86_64
[466 KiB] |
Changelog
by Jerome Marchand (2019-01-28):
- Rebase on bcc-8.0.0
- Update libLLVM.so name for 7.0
|