Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource uftrace

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. Users can also write and run scripts for each function entry and exit using python/luajit APIs to create custom tools for their specific purposes. uftrace offers various filters to reduce the amount of trace data and provides visualization using Chrome trace viewer and flame graph or call-graph diagrams for graphviz and mermaid, allowing for a big picture view of the execution flow. It was heavily inspired by the ftrace framework of the Linux kernel and the name uftrace stems from the combination of user and ftrace.

Found 1 sites for uftrace

Found 5 RPM for uftrace

PackageSummaryDistributionDownload
uftrace-0.18.1-1.1.aarch64.htmlA function call graph tracer for C, C++, Rust and Python programsOpenSuSE Ports Tumbleweed for aarch64uftrace-0.18.1-1.1.aarch64.rpm
uftrace-0.18.1-1.1.armv6hl.htmlA function call graph tracer for C, C++, Rust and Python programsOpenSuSE Ports Tumbleweed for armv6hluftrace-0.18.1-1.1.armv6hl.rpm
uftrace-0.18.1-1.1.armv7hl.htmlA function call graph tracer for C, C++, Rust and Python programsOpenSuSE Ports Tumbleweed for armv7hluftrace-0.18.1-1.1.armv7hl.rpm
uftrace-0.18.1-1.1.i586.htmlA function call graph tracer for C, C++, Rust and Python programsOpenSuSE Ports Tumbleweed for i586uftrace-0.18.1-1.1.i586.rpm
uftrace-0.18.1-1.1.x86_64.htmlA function call graph tracer for C, C++, Rust and Python programsOpenSuSE Tumbleweed for x86_64uftrace-0.18.1-1.1.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet