frysk.ftrace
Interface Ftrace.TracedSignalProvider

All Known Implementing Classes:
FtraceController
Enclosing class:
Ftrace

public static interface 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.


Method Summary
 Map computeSignalWorkingSet(Task task)
          Answers Map<String, Boolean>, where the boolean value is whether to stack trace on given signal.
 

Method Detail

computeSignalWorkingSet

Map computeSignalWorkingSet(Task task)
Answers Map<String, Boolean>, where the boolean value is whether to stack trace on given signal.