| Name: | bcc | 
|---|---|
| Version: | 0.16.0 | 
| Release: | 3.el8 | 
| Architecture: | x86_64 | 
| Group: | Unspecified | 
| Size: | 6848378 | 
| License: | ASL 2.0 | 
| RPM: | bcc-0.16.0-3.el8.x86_64.rpm | 
| Source RPM: | bcc-0.16.0-3.el8.src.rpm | 
| Build Date: | Wed May 19 2021 | 
| Build Host: | host-100-100-224-56.blddevtest1iad.osdevelopmeniad.oraclevcn.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 slabratetop header issues - Rebuild with latest libbpf
- Build with libbpf package - spec file cleanups
- Rebase on bcc-0.16.0 - Fix IPv6 ports
- Fix KFUNC_PROBE return value - Forbid trampolines on unsupported arches
- Add KBUILD_MODNAME flag to default cflags
- Remove criticalstat manpage - Remove compactsnoop on non x86_64 - Suggest to use --binary in deadlock - Remove non-existent argument from tcpconnect man page - Suggest to install the proper kernel-devel version - Fix dbstat and dbslower
- Rebase on bcc-0.14.0
- Add -c option ton the synopsis of tcpretrans manpage
- Rebase to bcc-0.11.0 - Reinstate the unstable comment patch that has been removed by mistake
- Rebase to bcc-0.10.0 - Drop criticalstat - Fix regression on vfscount and runqslower - Rebuild on LLVM 9