Skip to content

jujur10/Ftrace

Repository files navigation

Ftrace - Function Call Tracer

A lightweight function call tracer implementation that helps monitor and debug program execution by tracking function entry and exit points.

Overview

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