frysk.ftrace
Interface Ftrace.StackTracedSymbolsProvider

All Known Implementing Classes:
FtraceController
Enclosing class:
Ftrace

public static interface Ftrace.StackTracedSymbolsProvider

External entity implementing this interface is called out each time an entry point is hit. It can decide whether the stack trace should be generated or not.


Method Summary
 boolean shouldStackTraceOnTracePoint(Object tracePoint)
           
 

Method Detail

shouldStackTraceOnTracePoint

boolean shouldStackTraceOnTracePoint(Object tracePoint)
Parameters:
tracePoint - is either DwflSymbol or PLTEntry.