bpftrace 0.19.0-1 source package in Ubuntu

Changelog

bpftrace (0.19.0-1) unstable; urgency=medium

  * New upstream release.

 -- Vincent Bernat <email address hidden>  Tue, 19 Sep 2023 20:36:40 +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.19.0-1.dsc 2.0 KiB 61154c9db389eb29f2d62dfb8b3062148185e0188dc6f5a8f4e0044f2fcf8b45
bpftrace_0.19.0.orig.tar.gz 1.1 MiB bcf3964009bfda13718ee1974c4c780434613cf900ecb3b26dd7882a8bebee36
bpftrace_0.19.0-1.debian.tar.xz 4.3 KiB d8882413835f8b829dfd1b7defefa28e040c73002a676426cc3a19300d298a82

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