bpftrace 0.9.4-1 source package in Ubuntu

Changelog

bpftrace (0.9.4-1) unstable; urgency=medium

  * New upstream version.

 -- Vincent Bernat <email address hidden>  Thu, 27 Feb 2020 22:50:17 +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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
bpftrace_0.9.4-1.dsc 1.9 KiB f2405b1b662a9f869c6d4a608ab7d54021c74068da1959a4981fbf58d99fd3c6
bpftrace_0.9.4.orig.tar.gz 773.7 KiB 6f978d27cb44f69776f477dada420a70bb0a366123140f33be193ba5e752c5af
bpftrace_0.9.4-1.debian.tar.xz 3.2 KiB 0ce05fb499a4e68b9e9300b51cce973a3c689189568eb4448f7c73050f9b456f

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