Package bcc: Information

    Source package: bcc
    Version: 0.30.0-alt1
    Build time:  Apr 22, 2024, 11:50 AM
    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-checkinstall (loongarch64)
    bcc-lua (loongarch64)
    bcc-lua-debuginfo (loongarch64)
    bcc-tools (loongarch64)
    bcc-tools-debuginfo (loongarch64)
    libbcc (loongarch64)
    libbcc-debuginfo (loongarch64)
    libbcc-devel (loongarch64)
    libbcc-devel-static (loongarch64)
    libbpf-tools (loongarch64)
    libbpf-tools-debuginfo (loongarch64)
    python3-module-bcc (loongarch64)

    Maintainer: Vitaly Chikunov


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

    Last changed


    April 21, 2024 Vitaly Chikunov 0.30.0-alt1
    - Update to v0.30.0 (2024-03-24).
    March 4, 2024 Alexey Sheplyakov 0.29.1-alt3
    - NMU: spec: adjusted for LoongArch:
      + do NOT use lld (as of llvm 17 lld is incompatible with the GNU ld one).
      + disable tests for now (KVM is not reliable enough yet here).
    March 2, 2024 Vitaly Chikunov 0.29.1-alt2
    - Fix FTBFS after removal of pathfix.py on python3 update.