bpftrace 0.14.0-1 source package in Ubuntu

Changelog

bpftrace (0.14.0-1) unstable; urgency=medium

  * New upstream release.
  * d/control: build-depends on libcereal-dev.
  * d/control: build-depends on asciidoctor.
  * d/patches: remove patch to fix BEGIN/END_trigger. It does not work
    anymore.

 -- Vincent Bernat <email address hidden>  Fri, 22 Oct 2021 23:34:48 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
bpftrace_0.14.0-1.dsc 2.0 KiB 4de4ced69d0f55270562776cf04545d84901cc790cfa3c8e0b8f7feee7ce7d43
bpftrace_0.14.0.orig.tar.gz 968.1 KiB 6a37f29c3ad3d6302218d2c010333222fa489068998da51c80aae6dc40cb5bc1
bpftrace_0.14.0-1.debian.tar.xz 3.7 KiB f7735171cbb2a098a178bbdc3a8a9b304e05bde245eab52998379a3e241af1ea

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