| Name: | bcc |
|---|---|
| Version: | 0.25.0 |
| Release: | 2.el9 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 2240301 |
| License: | ASL 2.0 |
| RPM: | bcc-0.25.0-2.el9.aarch64.rpm |
| Source RPM: | bcc-0.25.0-2.el9.src.rpm |
| Build Date: | Mon Apr 03 2023 |
| Build Host: | build-ol9-aarch64.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. |
- Rebuild for libbpf 1.0
- Rebase to v0.25.0 - Misc documentation and man pages fixes
- Fix mdflush tool (rhbz#2108001)
- Rebuild for libbpf 0.6.0
- Rebuild (previous build failed with UNKNOWN_KOJI_ERROR)
- Rebase to v0.24.0 - Fix cmake build
- Remove deprecated python_provides macro (needed for gating)
- Fix bio tools (rhbz#2039595)
- Rebuild for LLVM 13
- Sync with latest libbpf (fixes BPF_F_BROADCAST breakages of rhbz#1992430) - Fix cpudist, mdflush, readahead and threadsnoop (rhbz#1992430) - Handle the renaming of task_struct_>state field - Drop tools that relies on features disabled on RHEL