uftrace 0.8.2-1 source package in Ubuntu

Changelog

uftrace (0.8.2-1) unstable; urgency=low

  * New upstream release

 -- paul cannon <email address hidden>  Fri, 05 Jan 2018 13:23:39 -0600

Upload details

Uploaded by:
paul cannon
Uploaded to:
Sid
Original maintainer:
paul cannon
Architectures:
amd64 armhf
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64 [FULLYBUILT] armhf

Downloads

File Size SHA-256 Checksum
uftrace_0.8.2-1.dsc 1.7 KiB ad8fa1b141f8b18fb390a21df6ba4a02522b5b69db97335c9ba13426d371aebf
uftrace_0.8.2.orig.tar.gz 854.6 KiB 15d6f3372f84d8db68b23f56242e15c272062ef249480f48dc856fed66c60571
uftrace_0.8.2-1.debian.tar.xz 6.1 KiB f28f1aa5344eb9c4fcbcf718e5416796bb81c28a11fa1ea4051a580244cd38d7

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 only entry and exit are supported, and
 internal function calls within the library cannot be traced unless the library
 itself was built with profiling enabled.
 .
 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: No summary available for uftrace-dbgsym in ubuntu cosmic.

No description available for uftrace-dbgsym in ubuntu cosmic.