bpftrace 0.17.0-2 source package in Ubuntu

Changelog

bpftrace (0.17.0-2) unstable; urgency=medium

  * Recommends libc6-dev. Closes: #1034141.
  * Fix manual page suffixes. Closes: #1034139.
  * Fix lintian overrides about unstripped binaries.

 -- Vincent Bernat <email address hidden>  Mon, 10 Apr 2023 12:59:06 +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.17.0-2.dsc 2.0 KiB c1cacdd5d3c32de9efbb95f5de68cdf45c3d4a129c463f3dca3680e6e39afea8
bpftrace_0.17.0.orig.tar.gz 1011.0 KiB ccc853205b081fd7e4270016065ccc04764286644bf8e0eee9bd7f344cad63e5
bpftrace_0.17.0-2.debian.tar.xz 4.3 KiB 5808f31286570e52fbd1af4e61b9318fadf24281498b23eb00e2be3dce46af35

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