[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project bcc-0.32.0-1.el10

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
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
bcc-0.32.0-1.el10.x86_64 BPF Compiler Collection (BCC) 88e5aeeeff4c2e3c31f66b8bae57e4d1cfc48bef004ae557757173c39533290b download
bcc-tools-0.32.0-1.el10.x86_64 Command line tools for BPF Compiler Collection (BCC) c120b4b7eeab4f80231618f2fcd63cf40dbfab2bc9a650c55bca54b1aac12843 download
libbpf-tools-0.32.0-1.el10.x86_64 Command line libbpf tools for BPF Compiler Collection (BCC) 3cc76602a0d530e9248e5f0e51d7ebfc5fb60082cefdd55464e5d458fd21e6e2 download
bcc-devel-0.32.0-1.el10.x86_64 Shared library for BPF Compiler Collection (BCC) 512cff096903ea671d9f63bc601cc073bc1f21c03f6d4dd16dda8549b5c7ba01 download
aarch64
bcc-0.32.0-1.el10.aarch64 BPF Compiler Collection (BCC) 34c852b17885d51e2bb1061457e126cdc929e8756e151f2be5fdb9a928cd9e0a download
bcc-tools-0.32.0-1.el10.aarch64 Command line tools for BPF Compiler Collection (BCC) 7ad25523d203390be56b5188871b91de67ccaa8ac9104b1bcb97262f2e16cb02 download
libbpf-tools-0.32.0-1.el10.aarch64 Command line libbpf tools for BPF Compiler Collection (BCC) 3ed88137ba7957cd5bb22aac8e20ce2d5c18770ae3b3ab362fef209a12d35868 download
bcc-devel-0.32.0-1.el10.aarch64 Shared library for BPF Compiler Collection (BCC) 981d8444bf71641675b601ce8de6ee5ddaa6c6762b6b75f4e1d48f3d95e95601 download
noarch
python3-bcc-0.32.0-1.el10.noarch Python3 bindings for BPF Compiler Collection (BCC) bc772a93176644917308c0218d9911df1104840f9dc32d2a27155e068a18f089 download
bcc-doc-0.32.0-1.el10.noarch Examples for BPF Compiler Collection (BCC) 05946e7c6ca321ffb80754f075146c755c308c6318b9ab7cd9b9f7b111fa7e8f download
src
bcc-0.32.0-1.el10.src BPF Compiler Collection (BCC) 59d6271a25df79fa6fedabae52a441c848c5ca4ea4e6aa3b2e314b456105e2e1 download
Changelog link
* 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