Name: | bcc |
---|---|
Version: | 0.7.0 |
Release: | 5.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 54474433 |
License: | ASL 2.0 |
RPM: | bcc-0.7.0-5.el8.x86_64.rpm |
Source RPM: | bcc-0.7.0-5.el8.src.rpm |
Build Date: | Sun May 26 2019 |
Build Host: | ca-build101.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. |
- Fix biolatency -D - Fix biotop manpage - Rebuild for LLVM 7.0.1 (from Tom Stellard)
- Fix bio* tools
- Fix multiple bytes/string encoding issues - Fix misc covscan warning
- Drop explicit dependency on clang-libs
- Rebase on bcc-7.0.0 - Remove useless tools (zfs*, btrfs* and inject)
- Rebase on bcc-0.6.1
- llcstat: print a nicer error message on virtual machine - Add NSS support to sslsniff - Fixes miscellaneous error uncovered by covscan
- Use llvm-toolset-6.0 prefix for clang-libs dependency
- Rebuld for llvm-toolset-6.0
- Disable lua on all arches