bpftrace 0.19.1-1 source package in Ubuntu

Changelog

bpftrace (0.19.1-1) unstable; urgency=medium

  * New upstream release.
  * d/control: build-Depends on LLVM 17. Closes: #1061210.

 -- Vincent Bernat <email address hidden>  Sat, 20 Jan 2024 22:52:06 +0100

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bpftrace_0.19.1-1.dsc 2.0 KiB fbf046df98582e28f2f3071bc67334ab2e231495bf16b7fa82b65dd6e1577ac7
bpftrace_0.19.1.orig.tar.gz 1.1 MiB b520340f28ce4d6f2fb2355f1675b6801ff8498ed9e8bff14abbbf6baff5a08e
bpftrace_0.19.1-1.debian.tar.xz 4.3 KiB 47dfb75f3d150635796e6c17f20ed4f532ac4f7303193f6bac0cad9acd69c557

Available diffs

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