bpftrace 0.17.0-2ubuntu1 source package in Ubuntu

Changelog

bpftrace (0.17.0-2ubuntu1) mantic; urgency=medium

  * Recognize armv7l processor id for the build on armhf.
  * Build with -fpermissive on armhf.

 -- Matthias Klose <email address hidden>  Wed, 19 Jul 2023 16:08:14 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Mantic
Original maintainer:
Vincent Bernat
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
bpftrace_0.17.0.orig.tar.gz 1011.0 KiB ccc853205b081fd7e4270016065ccc04764286644bf8e0eee9bd7f344cad63e5
bpftrace_0.17.0-2ubuntu1.debian.tar.xz 4.6 KiB fd0abb79ece79fed64e334f2dd3f298a188e1eae6e3215f6a311d11eea044bff
bpftrace_0.17.0-2ubuntu1.dsc 2.0 KiB 03fba9c9a96f04feb4099a45cf6d0c9c3743ee511437c50035e51e62a0cc9b65

View changes file

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