| Name: | bcc |
|---|---|
| Version: | 0.34.0 |
| Release: | 2.el10 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 2572145 |
| License: | Apache-2.0 |
| RPM: | bcc-0.34.0-2.el10.x86_64.rpm |
| Source RPM: | bcc-0.34.0-2.el10.src.rpm |
| Build Date: | Wed Sep 03 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/iovisor/bcc |
| Summary: | 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. |
- Fix bio* tools tracepoints (RHEL-99677)
- Rebase to the latest version (RHEL-78921) - Rebuild with LLVM 20 (RHEL-81772) - Silence warning of trace tools (RHEL-68952) - Fix bpf-runqlen (RHEL-91190) - Fix sslsniff and sofdsnoop (RHEL-58348) - Fix slabratetop (RHEL-58810) - Fix funclatency funcslower and gethostlatency on s390x (RHEL-68947) - Fix bpf-klockstat on aarch64 and ppc64 (RHEL-83001) - Remove unsupported bpf-bcachefs* and bpf-zfs* tools (RHEL-75529) - Fix multiples ppc64 tools (RHEL-58147)
- Rebase to the latest version (RHEL-63886)
- Fix gating tests of libbpf gating.
- Explicitely disable blazesym support (RHEL-65850)
- Fix LLVM 19 build (RHEL-64925)
- Remove python3-pyelftools dependency (RHEL-60064)
- Bump release for June 2024 mass rebuild
- Rebase to the latest version (RHEL-32379) - Really prevent the loading of compromised headers (CVE-2024-2314) - Add python3-pyelftools dependency - Exclude unsupported tools
- Don't use -no-pie flags.