Name: | bcc |
---|---|
Version: | 0.26.0 |
Release: | 4.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 2363818 |
License: | ASL 2.0 |
RPM: | bcc-0.26.0-4.el9.x86_64.rpm |
Source RPM: | bcc-0.26.0-4.el9.src.rpm |
Build Date: | Fri Oct 27 2023 |
Build Host: | build-ol9-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 tcpretrans (rhbz#2226967)
- Rebuild with LLVM 16 (rhbz#2050112) - Fix compactsnoop (rhbz#2042236) - Fix killsnoop documentation (rhbz#2075500) - Fix funcslower (rhbz#2075415) - Fix deadlock memory usage issue (rhbz#2050112) - Fix nfsslower (rhbz#2180934) - Use upstream fix for nfsslower unititialized struct issue
- Rebuild with the right rhel-target
- Rebase to v0.26.0
- 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