bpftrace 0.20.2-1ubuntu4.3 source package in Ubuntu
Changelog
bpftrace (0.20.2-1ubuntu4.3) noble; urgency=medium * Rebuild against llvm-toolchain-18 1:18.1.3-1ubuntu1 to fix error loading shared libraries that arises when built against 1:18.1.8-9ubuntu1~24.04. (LP: #2097317). Note this upload reverts the changes from bpftrace 0.20.2-1ubuntu4.2. -- Michael Hudson-Doyle <email address hidden> Wed, 05 Feb 2025 14:33:14 +1300
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | updates | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bpftrace_0.20.2.orig.tar.gz | 1.2 MiB | 8051bd84bfeec03d090ca619718ac4009b717dc212b52e03fe578d3a62a91c85 |
bpftrace_0.20.2-1ubuntu4.3.debian.tar.xz | 11.4 KiB | c67ae68be0e5d93159699395979e8bfe53f7eb7cc307627dc8c0b54d445e8a26 |
bpftrace_0.20.2-1ubuntu4.3.dsc | 2.2 KiB | 0f0f473037355ac37b0b63032af9a5c43086003838d993c9245821ec306fb946 |
Available diffs
Binary packages built by this source
- bpftrace: high-level tracing language for Linux eBPF
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-dbgsym: debug symbols for bpftrace