Package bpftrace: Information

    Source package: bpftrace
    Version: 0.20.3-alt2
    Latest version according to Repology
    Build time:  Apr 22, 2024, 12:35 PM in the task #345605
    Report package bug
    License: Apache-2.0
    Summary: High-level tracing language for Linux eBPF
    Description: 
    bpftrace is a high-level tracing language for Linux enhanced Berkeley
    Packet Filter (eBPF) available in recent Linux kernels (4.x). bpftrace
    uses LLVM as a backend to compile scripts to BPF-bytecode and makes use of
    BCC for interacting with the Linux BPF system, as well as existing Linux
    tracing capabilities: kernel dynamic tracing (kprobes), user-level dynamic
    tracing (uprobes), and tracepoints. The bpftrace language is inspired by
    awk and C, and predecessor tracers such as DTrace and SystemTap. bpftrace
    was created by Alastair Robertson.

    List of rpms provided by this srpm:
    bpftrace (x86_64, aarch64)
    bpftrace-debuginfo (x86_64, aarch64)

    Maintainer: Vitaly Chikunov


    ACL:
    Vitaly Chikunov
    @everybody

      1. /proc
      2. binutils-devel
      3. cereal-devel
      4. clang17.0-devel
      5. cmake
      6. flex
      7. kernel-headers-modules-un-def
      8. libbcc-devel
      9. libbpf-devel
      10. libdw-devel
      11. libelf-devel
      12. libpcap-devel
      13. libstdc++-devel
      14. libstdc++-devel-static
      15. lld17.0
      16. llvm17.0-devel
      17. python3-module-setuptools
      18. rpm-build-vm
      19. rpm-macros-cmake

    Last changed


    April 22, 2024 Vitaly Chikunov 0.20.3-alt2
    - Fix FTBFS Do not build with Clang/LLVM 18.
    April 4, 2024 Vitaly Chikunov 0.20.3-alt1
    - Update to v0.20.3 (2024-03-25).
    March 17, 2024 Vitaly Chikunov 0.20.2-alt1
    - Update to v0.20.2 (2024-03-07).
    - Fix potential security issue with kheader unpacking.