frysk.ftrace
Interface Ftrace.TracedSyscallProvider

All Known Implementing Classes:
FtraceController
Enclosing class:
Ftrace

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


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

Method Detail

computeSyscallWorkingSet

Map computeSyscallWorkingSet(Task task)
Answers Map<Syscall, Boolean>, where the boolean value is whether to stack trace on given syscall.