
ltrace
ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.
ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. Used for debugging.
strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between pr ...
SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. ...
perf is a performance analyzing tool in Linux, available from Linux kernel version 2.6.31 under tools/perf, and is frequently ...
DTrace is a performance analysis and troubleshooting tool that is included by default with various operating systems, includin ...
Ftrace is an internal tracer designed to help out developers and designers of systems to find what is going on inside the kern ...
JTracer is a remote debugger client for the Libcsdbg debugger Libcsdbg is a C++ exception stack tracer. When an exception is t ...
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically ...
The ktrace utility enables kernel trace logging for the specified processes. Kernel trace data is logged to the file ktrace.ou ...
API Monitor is a Windows program that lets you monitor and control API calls made by applications and services. Its a powerful ...
Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create ...
ktap is a script-based dynamic tracing tool for Linux. It uses a scripting language and lets users trace the Linux kernel dyna ...