ftrace vs strace
A side-by-side look at ftrace and strace. For an in-depth review of either product, follow the links below.
ftrace
System & Hardware
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.
tracingdebuggingkernellinux
strace
Os & Utilities
strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, including system calls, signal deliveries, and changes of process state.
debuggingmonitoringlinux