bpftrace 0.9.2-1 source package in Ubuntu

Changelog

bpftrace (0.9.2-1) unstable; urgency=medium

  * New upstream release.

 -- Vincent Bernat <email address hidden>  Thu, 01 Aug 2019 09:06:56 +0200

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-1.dsc 1.9 KiB b2d1febff4805ffe5910c92f0d4179a71bf4b7d7695e7ed7926f829188bcfc03
bpftrace_0.9.2.orig.tar.gz 698.3 KiB 3b3bad09bd3702d852900b3721739d9e9ea9271373222f317c6aaa33c4630020
bpftrace_0.9.2-1.debian.tar.xz 3.1 KiB a007461faedd59294e8961cccd202dbeab2b9e4d374180ab142e99ce6e469cd1

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