uftrace 0.14-1 source package in Ubuntu

Changelog

uftrace (0.14-1) unstable; urgency=medium

  * New upstream version.
  * Bump standards version to 4.6.2.

 -- Gürkan Myczko <email address hidden>  Tue, 20 Jun 2023 20:09:26 +0200

Upload details

Uploaded by:
paul cannon
Uploaded to:
Sid
Original maintainer:
paul cannon
Architectures:
amd64 arm64 i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
uftrace_0.14-1.dsc 2.0 KiB 6896d320b8148340b5eb2dc018e794d7e1bcff150ab542671418c98da9cc71d1
uftrace_0.14.orig.tar.gz 1.1 MiB b81255bc288e79e96a5b158d4875fa6425ad51c85f4c4c8523c1defb9366ad12
uftrace_0.14-1.debian.tar.xz 8.3 KiB e30fb17807052fd94312537e9be28fff40218f560de365093c5624db15788eb6

Available diffs

No changes file available.

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