bpftrace 0.16.0-1ubuntu3 source package in Ubuntu

Changelog

bpftrace (0.16.0-1ubuntu3) lunar; urgency=medium

  * Revert dh_dwz hack, help find correct libbcc library instead.

 -- Gianfranco Costamagna <email address hidden>  Sun, 22 Jan 2023 23:00:04 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.16.0.orig.tar.gz 999.5 KiB 89456dee3a20ec6c21ece345d4bf9a16a06af0f63cc5dffa9f5c7eea7916e21d
bpftrace_0.16.0-1ubuntu3.debian.tar.xz 4.7 KiB 33dde9f468e14b75505544ed9900638b6bd3d16ef897d849acf2b53583e89ccb
bpftrace_0.16.0-1ubuntu3.dsc 2.0 KiB 705ba733964d7906dd4c6c7f6faee9d30c6df1d94257057f5ed89018be12cca5

Available diffs

View changes file

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.