bpftrace 0.20.2-1 source package in Ubuntu

Changelog

bpftrace (0.20.2-1) unstable; urgency=medium

  * New upstream release.

 -- Vincent Bernat <email address hidden>  Sat, 09 Mar 2024 13:39:46 +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.20.2-1.dsc 2.0 KiB f3bce8d76300553a367542c75160f87878dd6ad9d766f194110a43e58a8c0e60
bpftrace_0.20.2.orig.tar.gz 1.2 MiB 8051bd84bfeec03d090ca619718ac4009b717dc212b52e03fe578d3a62a91c85
bpftrace_0.20.2-1.debian.tar.xz 4.3 KiB 1b22724a22513988584969168fd1dd76db6a0cc4f1f03ccbd92c4b53fc17850b

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