bpftrace 0.9.2-2 source package in Ubuntu

Changelog

bpftrace (0.9.2-2) unstable; urgency=medium

  * Bump version to rebuild against newer version of libbpfcc.

 -- Vincent Bernat <email address hidden>  Tue, 05 Nov 2019 08:22:07 +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.9.2-2.dsc 1.9 KiB c4623b83989cb077ded50abe944cb8cdeb75ff0f74035616dbffc6f71df09a40
bpftrace_0.9.2.orig.tar.gz 698.3 KiB 3b3bad09bd3702d852900b3721739d9e9ea9271373222f317c6aaa33c4630020
bpftrace_0.9.2-2.debian.tar.xz 3.2 KiB 4685166b52fbef41b4513af8b67f0dbf29eb10a9cd59d9ff5c53c7b2d4d733d9

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