Package bcc: Information

    Source package: bcc
    Version: 0.16.0-alt4
    Build time:  Jun 25, 2021, 04:47 PM in the task #272559
    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: Arseny Maslennikov


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

    Last changed


    May 26, 2021 Arseny Maslennikov 0.16.0-alt4
    - NMU: spec: adapted to new cmake macros.
    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.