Package bcc: Information

  • Default inline alert: Version in the repository: 0.16.0-alt4

Source package: bcc
Version: 0.16.0-alt3
Build time:  Jan 28, 2021, 08:36 PM in the task #263599
Report package bug
License: Apache-2.0
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. Much of what BCC uses requires Linux 4.1
and above.

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.

List of rpms provided by this srpm:
bcc-lua (x86_64, aarch64)
bcc-lua-debuginfo (x86_64, aarch64)
bcc-tools (x86_64, ppc64le, aarch64)
bcc-tools-debuginfo (x86_64, ppc64le, aarch64)
libbcc (x86_64, ppc64le, aarch64)
libbcc-debuginfo (x86_64, ppc64le, aarch64)
libbcc-devel (x86_64, ppc64le, aarch64)
libbcc-devel-static (x86_64, ppc64le, aarch64)
python3-module-bcc (x86_64, ppc64le, aarch64)

Maintainer: Vitaly Chikunov

List of contributors:
Vitaly Chikunov

    1. python3-devel
    2. libstdc++-devel
    3. libncurses-devel
    4. /proc
    5. lld10.0
    6. llvm10.0-devel
    7. llvm10.0-devel-static
    8. python3-module-setuptools
    9. luajit
    10. python3-tools
    11. flex
    12. rpm-build-vm
    13. rpm-macros-cmake
    14. kernel-headers-modules-un-def
    15. kernel-headers-un-def
    16. zlib-devel
    17. clang10.0-devel
    18. clang10.0-devel-static
    19. cmake
    20. libelf-devel-static
    21. libluajit-devel

Last changed


Dec. 5, 2020 Vitaly Chikunov 0.16.0-alt3
- Spin off -static package and fix wrongly packaged .a libs.
- Do not package libbcc-loader-static.a.
Aug. 24, 2020 Vitaly Chikunov 0.16.0-alt2
- Update to bcc v0.16.0 (2020-08-22), libbpf v0.1.0 (2020-08-18).
- spec: Fix debuginfo packages.
Aug. 10, 2020 Vitaly Chikunov 0.15.0-alt2
- Rebuild on clang10.