bpftrace 0.13.0-2 source package in Ubuntu
Changelog
bpftrace (0.13.0-2) unstable; urgency=medium * d/patches: add back patch to fix BEGIN/END_trigger (Closes: #995817) -- Vincent Bernat <email address hidden> Wed, 06 Oct 2021 15:50:57 +0200
Upload details
- Uploaded by:
- Vincent Bernat
- Uploaded to:
- Sid
- Original maintainer:
- Vincent Bernat
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bpftrace_0.13.0-2.dsc | 2.0 KiB | 87c39460f33e8dba73b03e9e644c96c3240e92215850d0d95041a85b831be127 |
bpftrace_0.13.0.orig.tar.gz | 930.1 KiB | a5203e5c73277c87d624f32e8ee394d4c5e2c2810bde8314c1b015c9d810a6bb |
bpftrace_0.13.0-2.debian.tar.xz | 4.2 KiB | 9fcfc46e2f977aad58090059787c48ae28296f48ec3bf173d14babf8d013708a |
Available diffs
- diff from 0.11.3-5 to 0.13.0-2 (322.1 KiB)
No changes file available.
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