SlackBuilds Repository

15.0 > Development > bcc (0.28.0)

BPF Compiler Collection (BCC)

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.

eBPF was described by Ingo Molnár as:

One of the more interesting features in this cycle is the ability to
attach eBPF programs (user-defined, sandboxed bytecode executed by the
kernel) to kprobes. This allows user-defined instrumentation on a live
kernel image that can never crash, hang or interfere with the kernel
negatively.

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.

This requires: libbpf

Maintained by: Lockywolf
Keywords: bpf,kernel,network,pcap,capture,packets,filtering
ChangeLog: bcc

Homepage:
https://github.com/iovisor/bcc

Source Downloads (64bit):
bcc-src-with-submodule.tar.gz (175358514709159d80a4de42cde8ed67)

Download SlackBuild:
bcc.tar.gz
bcc.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
bcc.SlackBuild
bcc.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds