SlackBuilds Repository

15.0 > Development > uftrace (20240410_17df844)

uftrace is a function call graph tracer for C, C++, Rust and Python
programs.

It hooks into the entry and exit of each function, recording timestamps
as well as the function's arguments and return values. uftrace is
capable of tracing both user and kernel functions, as well as library
functions and system events providing an integrated execution flow in a
single timeline.

Initially, uftrace only supported function tracing with compiler
support. However, it now allows users to trace function calls without
recompilation by analyzing instructions in each function prologue and
dynamically and selectively patching those instructions.

This requires: capstone

Maintained by: Ebben Aries
Keywords: trace,ptrace,strace,ltrace,latrace,atrace
ChangeLog: uftrace

Homepage:
https://github.com/namhyung/uftrace

Source Downloads:
uftrace-17df844f1488a9a90e218b0a2ba19d1936e4cfb2.tar.gz (bd49c4c907e5fe013384e265d3e843d7)

Download SlackBuild:
uftrace.tar.gz
uftrace.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
uftrace.SlackBuild
uftrace.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds