Project bcc-0.32.0-1.el10
content_copy
Name
bcc
Epoch
0
Version
0.32.0
Release
1.el10
Website/URL
https://github.com/iovisor/bcc
License
Apache-2.0
Build Time
2025-04-02 11:44:06
Build Host
builder-x86-09.inferitos.ru
Summary
BPF Compiler Collection (BCC)
Repositories
AppStream
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.
Errata
—
×
* Tue Jan 14 2025 Jerome Marchand <jmarchan@redhat.com> - 0.32.0-1
- Rebase to the latest version (RHEL-63886)
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.30.0-6
- Rebuilt for MSVSphere 10
* Wed Nov 06 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-6
- Fix gating tests of libbpf gating.
* Tue Nov 05 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-5
- Explicitely disable blazesym support (RHEL-65850)
* Tue Oct 29 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-4
- Fix LLVM 19 build (RHEL-64925)
* Fri Oct 04 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-3
- Remove python3-pyelftools dependency (RHEL-60064)
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.30.0-2
- Bump release for June 2024 mass rebuild
* Thu Jun 13 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.1-1
- Rebase to the latest version (RHEL-32379)
- Really prevent the loading of compromised headers (CVE-2024-2314)
- Add python3-pyelftools dependency
- Exclude unsupported tools
* Tue Feb 13 2024 Jerome Marchand <jmarchan@redhat.com> - 0.29.1-2
- Don't use -no-pie flags.
* Mon Feb 05 2024 Jerome Marchand <jmarchan@redhat.com> - 0.29.1-1
- Rebase to the latest release version (#2253688)
- Enable libbpf-tools on s390x (#2249458)
- Misc 0.29.1 fixes