How to Install and Uninstall uftrace Package on Kali Linux

Last updated: May 16,2024

1. Install "uftrace" package

This is a short guide on how to install uftrace on Kali Linux

$ sudo apt update $ sudo apt install uftrace

2. Uninstall "uftrace" package

Learn how to uninstall uftrace on Kali Linux:

$ sudo apt remove uftrace $ sudo apt autoclean && sudo apt autoremove

3. Information about the uftrace package on Kali Linux

Package: uftrace
Version: 0.15.2-1
Installed-Size: 1735
Maintainer: paul cannon
Architecture: amd64
Depends: libc6 (>= 2.34), libcapstone4 (>= 4), libdw1 (>= 0.161), libelf1 (>= 0.142), libncursesw6 (>= 6), libpython3.11 (>= 3.11.5), libstdc++6 (>= 4.1.1), libtinfo6 (>= 6), libtraceevent1 (>= 5.4)
Size: 434344
SHA256: 7ba284793f6d0b4409c434a69fc4fb0ca30ebce971a51c8a45ed71b0df4a1461
SHA1: c2b81cc5a2a90211c53dec43e137a200ce81603a
MD5sum: 770a280608426819ba467939d47ccafe
Description: 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).
Description-md5:
Homepage: https://github.com/namhyung/uftrace
Tag: uitoolkit::ncurses
Section: utils
Priority: optional
Filename: pool/main/u/uftrace/uftrace_0.15.2-1_amd64.deb