Package bpftrace: Information

  • Default inline alert: Version in the repository: 0.20.3-alt2

Source package: bpftrace
Version: 0.15.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: 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. libbpf-devel
    2. binutils-devel
    3. libelf-devel
    4. /proc
    5. libstdc++-devel
    6. libstdc++-devel-static
    7. lld >= 11
    8. cereal-devel
    9. llvm-devel >= 11
    10. llvm-devel-static >= 11
    11. clang-devel >= 11
    12. clang-devel-static >= 11
    13. clang-tools >= 11
    14. clangd >= 11
    15. cmake
    16. rpm-build-vm
    17. rpm-macros-cmake
    18. flex
    19. kernel-headers-modules-un-def
    20. libbcc-devel

Last changed


May 28, 2022 Vitaly Chikunov 0.15.0-alt1
- Updated to v0.15.0 (2022-05-24).
Jan. 21, 2022 Vitaly Chikunov 0.13.1-alt1
- Updated to v0.13.1 (2021-12-21).
- Do not strip BEGIN/END triggers from bpftrace (closes: #41750).
Sept. 9, 2021 Aleksei Nikiforov 0.12.1-alt3
- Rebuilt with LTO.