Description: Ftrace is a Linux kernel internal tracer used to observe and debug kernel behavior, including scheduling, function calls, interrupts, and more. It provides detailed execution tracing of the Linux kernel with low overhead.
Type: software
Description: Valgrind is an instrumentation framework for building dynamic analysis tools. It can detect memory management and threading bugs, and profile programs. Valgrind helps programmers improve code quality by detecting reading/writing of uninitialized memory, memory leaks, and more.
Type: software
Pricing: Open Source