bpftrace 0.17.0-1 source package in Ubuntu

Changelog

bpftrace (0.17.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

  [ Vincent Bernat ]
  * New upstream release.
  * Use system libbpf.

 -- Vincent Bernat <email address hidden>  Wed, 01 Feb 2023 21:44:04 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
bpftrace_0.17.0-1.dsc 2.0 KiB b11b4180e2101a42d48483fb2c105c2e96189a565642774f04fe27461930b4eb
bpftrace_0.17.0.orig.tar.gz 1011.0 KiB ccc853205b081fd7e4270016065ccc04764286644bf8e0eee9bd7f344cad63e5
bpftrace_0.17.0-1.debian.tar.xz 4.3 KiB 2d40958ba031341c2746942692f34210a2905d907784845b5b416bcc037083a0

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