[ 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.25.0-7.el8

Name bcc
Epoch 0
Version 0.25.0
Release 7.el8
Website/URL https://github.com/iovisor/bcc
License ASL 2.0
Build Time 2024-04-15 21:26:01
Build Host builder-x86-03.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.25.0-7.el8.x86_64 BPF Compiler Collection (BCC) 6b4050f8c5ec60aba5dff66e15ac60d14773765c2cad9bc5704e782e1d3a5cbd download
bcc-tools-0.25.0-7.el8.x86_64 Command line tools for BPF Compiler Collection (BCC) 96b706964774955b227c023d3550dfbc1b9b578893002f442e73771cd6af2eb4 download
python3-bcc-0.25.0-7.el8.x86_64 Python3 bindings for BPF Compiler Collection (BCC) f958dbb621dc5257ea1c9c41a857588eead5a38da0c0ed989f329b84c210f3b7 download
bcc-devel-0.25.0-7.el8.x86_64 Shared library for BPF Compiler Collection (BCC) b191a78a9f76b8ed918e58920e4fb67b69f4359edb5693f7b6189f72ed4caf61 download
noarch
bcc-doc-0.25.0-7.el8.noarch Examples for BPF Compiler Collection (BCC) 329fe20f6113ea780f70d2b59a7fb62aab6eaa1843e54436f80cc3ca0ca8fcd3 download
src
bcc-0.25.0-7.el8.src BPF Compiler Collection (BCC) 2aaff6fbe2f32c5654970612e225e2116c58980db85ec8a11d594b4459c69be6 download
Changelog link
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.25.0-7
- Rebuilt for MSVSphere 8.10 beta

* Wed Nov 08 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-7
- Fix repo URL in tests.yml

* Wed Nov 01 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-6
- Rebuild on LLVM 17 (RHEL-10689)
- Fix IPv6 for tcpstates (RHEL-8522)

* Mon Jun 12 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-5
- Fix LLVM 16 build

* Thu Jun 08 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-4
- Add missing patch.

* Mon May 15 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-3
- Rebuild with llvm 16 (RHBZ#2192949)
- Fix compactsnoop (RHBZ#2042238)
- Fix bindsnoop (RHBZ#2155200)
- Fix nfsslower (RHBZ#2155163)

* Fri Mar 03 2023 bstinson@redhat.com - 0.25.0-2.0.2
- One final rebuild in CentOS Stream only

* Wed Mar 01 2023 bstinson@redhat.com - 0.25.0-2.0.1
- Rebuild in CentOS Stream only for library link issue

* Tue Jan 10 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-2
- Fix tcpdrop tool

* Wed Nov 30 2022 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-1
- Rebase to bcc-0.25.0
- Rebuild on LLVM 15