Package bcc: Information

  • Default inline alert: Version in the repository: 0.29.1-alt3

Source package: bcc
Version: 0.24.0-alt1
Latest version according to Repology
Build time:  May 28, 2022, 07:42 PM in the task #300826
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)
libbpf-tools (x86_64)
libbpf-tools-debuginfo (x86_64)
python3-module-bcc (x86_64, ppc64le, aarch64)

Maintainer: Vitaly Chikunov


ACL:
Vitaly Chikunov
@everybody

    1. libelf-devel-static
    2. python3-devel
    3. banner
    4. libluajit-devel
    5. libstdc++-devel
    6. bpftool
    7. lld
    8. /proc
    9. llvm-devel
    10. llvm-devel-static
    11. python3-module-setuptools
    12. luajit
    13. python3-tools
    14. clang-devel
    15. clang-devel-static
    16. cmake
    17. libncurses-devel
    18. dwarves >= 1.16
    19. flex
    20. rpm-build-vm
    21. rpm-macros-cmake
    22. zlib-devel
    23. libbpf-devel
    24. kernel-headers-un-def
    25. kernel-headers-modules-un-def

Last changed


May 28, 2022 Vitaly Chikunov 0.24.0-alt1
- Update to v0.24.0 (2022-01-14).
- Replace built-in with system libbpf package.
- Disable LTO to fix static libs.
Nov. 13, 2021 Vitaly Chikunov 0.22.0-alt1
- Update to v0.22.0 (2021-09-15).
Sept. 6, 2021 Vitaly Chikunov 0.21.0-alt1
- Update to v0.21.0 (2021-07-18).
- spec: Fix build with LTO.