Name: | bcc |
---|---|
Version: | 0.11.0 |
Release: | 2.0.1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 34650451 |
License: | ASL 2.0 |
RPM: | bcc-0.11.0-2.0.1.el8.aarch64.rpm |
Source RPM: | bcc-0.11.0-2.0.1.el8.src.rpm |
Build Date: | Tue Apr 21 2020 |
Build Host: | ca-buildarm05.us.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. |
- Redefine asm_inline for Linux 5.4+ to fix bcc failed to compile BPF text [Orabug: 30562539]
- 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
- remove unstable statement from the man pages
- fix b.support_raw_tracepoint - fix runqslower warning
- Rebuild for llvm 8
- Rebase on bcc-8.0.0 - Replace the temporary s390x workaround by a proper fix - Remove the doc of excluded tool from the package - Fix print_log2_hist - Fix yet a few other python3 bytes vs strings issues
- Add CI gating
- Fix biolatency -D - Fix biotop manpage - Rebuild for LLVM 7.0.1 (from Tom Stellard)