frysk.ftrace
Interface Ftrace.Controller

All Known Implementing Classes:
FtraceController
Enclosing class:
Ftrace

public static interface Ftrace.Controller

Controller has to be implemented externally. Each time a mapping changes, it is called for consulation and has a chance to change working set of Ftrace via provided Driver interface.


Method Summary
 void fileMapped(Task task, ObjectFile objf, DwflModule module, Ftrace.Driver driver)
          New library FILE was mapped in task TASK.
 void fileUnmapped(Task task, ObjectFile objf, DwflModule module, Ftrace.Driver driver)
          New library FILE was unmapped from task TASK.
 

Method Detail

fileMapped

void fileMapped(Task task,
                ObjectFile objf,
                DwflModule module,
                Ftrace.Driver driver)
New library FILE was mapped in task TASK. Use DRIVER to tell ltrace what to do.


fileUnmapped

void fileUnmapped(Task task,
                  ObjectFile objf,
                  DwflModule module,
                  Ftrace.Driver driver)
New library FILE was unmapped from task TASK. Use DRIVER to tell ltrace what to do.