bpftrace 0.20.0-1 source package in Ubuntu

Changelog

bpftrace (0.20.0-1) unstable; urgency=medium

  * New upstream release.

 -- Vincent Bernat <email address hidden>  Wed, 24 Jan 2024 22:50:01 +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.0-1.dsc 2.0 KiB 98f31aa36a6f603242137a967f8258357b0e0e10a75bac5c5b7d77482cb6770a
bpftrace_0.20.0.orig.tar.gz 1.2 MiB ee70af32b208eff32e59108c9f1dcc569ce207f95babed68db9c408ca617bf08
bpftrace_0.20.0-1.debian.tar.xz 4.3 KiB 471d2df2a5965445d3ee86f7b3fb14176f5180090f293cfa9160e7eeda427650

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