bpftrace 0.20.1-1 source package in Ubuntu

Changelog

bpftrace (0.20.1-1) unstable; urgency=medium

  * New upstream release.

 -- Vincent Bernat <email address hidden>  Tue, 30 Jan 2024 06:46:40 +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.1-1.dsc 2.0 KiB 36874b9238f018c3e817a2e35b542f32347b1bd767c6697a53cbd4ac6dc52a1e
bpftrace_0.20.1.orig.tar.gz 1.2 MiB f0fdb238109551366d5b8db3efe8fe8e15d9215096876673ad1e43833facd9ed
bpftrace_0.20.1-1.debian.tar.xz 4.3 KiB 81e0afaa99622032e1b26d386a521e3f174f867d52cf8a137d121c6b59ddf5d3

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