bpftrace 0.20.2-1ubuntu4 source package in Ubuntu

Changelog

bpftrace (0.20.2-1ubuntu4) noble; urgency=medium

  * Really do build the tests, we need them for autopkgtest
  * d/patches: Cherry-pick LLVM-18 fixes from upstream (LP: #2060766)
  * Disable newly failing test

 -- Mate Kukri <email address hidden>  Wed, 10 Apr 2024 12:36:37 +0100

Upload details

Uploaded by:
Mate Kukri
Sponsored by:
Lukas Märdian
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Downloads

File Size SHA-256 Checksum
bpftrace_0.20.2.orig.tar.gz 1.2 MiB 8051bd84bfeec03d090ca619718ac4009b717dc212b52e03fe578d3a62a91c85
bpftrace_0.20.2-1ubuntu4.debian.tar.xz 11.3 KiB b8ab3c18730d80bb27d3b58e055a1dbc15bff1c9cadb011d41a37e530b00bf80
bpftrace_0.20.2-1ubuntu4.dsc 2.2 KiB 1a37bcf8b7fd1377b0ea247dc947458d2a922389fa530c66252111d0400de619

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