A lightweight function call tracer implementation that helps monitor and debug program execution by tracking function entry and exit points.
Ftrace is a tracing utility that allows you to:
- Track function calls in real-time
- Monitor function execution time
- Generate call graphs
- Analyze program flow
- Debug complex call chains