|
Interface Summary |
| Arch |
Architecture-dependend portion of Ltrace. |
| Ftrace.Controller |
Controller has to be implemented externally. |
| Ftrace.Driver |
An object implementing this interface is handed over to allow
external controller to aid which tracepoints should be traced. |
| Ftrace.StackTracedSymbolsProvider |
External entity implementing this interface is called out each
time an entry point is hit. |
| Ftrace.TracedSignalProvider |
External entity implementing this interface is called out for
each new process, and should construct set of signals to trace
and stack trace on. |
| Ftrace.TracedSyscallProvider |
External entity implementing this interface is called out for
each new process, and should construct set of syscalls to trace
and stack trace on. |