uftrace 0.15.2-1build2 source package in Ubuntu

Changelog

uftrace (0.15.2-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 19:29:41 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armel armhf i386 riscv64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
uftrace_0.15.2.orig.tar.gz 1.1 MiB f274437c59e845c7636be55267ea3e8f08b7ca11de2413b7045b403247d5f64d
uftrace_0.15.2-1build2.debian.tar.xz 8.7 KiB 7113beb6fd3ad8150fc05b63dcfb425d073623caacc778d6026f3cc6f8858468
uftrace_0.15.2-1build2.dsc 2.2 KiB 17bb4167faf8c51440d84249169ab667dfad0e79bfbb2527898603266f9ee03f

Available diffs

View changes file

Binary packages built by this source

uftrace: Traces and analyzes execution of programs written in C/C++

 The uftrace tool is intended for tracing and analyzing the execution of
 programs written in C or C++. It was heavily inspired by the ftrace framework
 of the Linux kernel (especially the function graph tracer) and supports
 userspace programs. It supports various kinds of commands and filters to help
 analysis of the program's execution and performance.
 .
 It traces each function in the executable and shows time durations. It can
 also trace external library calls - but usually only entry and exit are
 supported. It is also possible to trace other (nested) external library calls
 and/or internal function calls in the library call.
 .
 It can show detailed execution flow at function level, and report which
 function has the highest overhead. It also shows various information
 related to the execution environment.
 .
 You can setup filters to exclude or include specific functions when tracing.
 In addition, function arguments and return values can be saved and shown
 later.
 .
 The uftrace tool supports multi-process and/or multi-threaded applications.
 It can also trace kernel functions as well, with root privileges and if the
 system enables the function graph tracer in the kernel
 (CONFIG_FUNCTION_GRAPH_TRACER=y).

uftrace-dbgsym: debug symbols for uftrace