Interface | Description |
---|---|
BTraceTask.StateListener |
Simple state listener interface
|
Class | Description |
---|---|
BTraceCompiler | |
BTraceEngine |
This class serves as a factory for BTraceTask instances
Usually, when using BTrace on a process with given PID one would do
BTraceTask task = BTraceEngine.sharedInstance().createTask(PID)
|
BTraceSettings | |
BTraceTask |
This class represents a single BTrace script
An instance of BTraceTask bound to a certain process can be obtained by calling
BTraceEngine.sharedInstance().createTask(PID)
|
BTraceTask.MessageDispatcher |
CommandListener interface exposes the BTrace commands received over
the wire to anyone interested
|
Enum | Description |
---|---|
BTraceTask.State |
This enum represents the allowed states of the tracing task
|