Package bpftrace: Information

  • Default inline alert: Version in the repository: 0.20.4-alt1

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. kernel-headers-modules-un-def
    7. libbcc-devel
    8. libbpf-devel
    9. flex
    10. libdw-devel
    11. libelf-devel
    12. libpcap-devel
    13. libstdc++-devel
    14. libstdc++-devel-static
    15. lld17.0
    16. llvm17.0-devel
    17. rpm-build-vm
    18. rpm-macros-cmake
    19. python3-module-setuptools

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.