4#include <clues/Tracee.hxx>
19 void configure(
const cosmos::ProcessID tracee);
Callback interface for consumers of tracing events.
void configure(const cosmos::ProcessID tracee)
Sets the given process ID as the process to be traced.
ForeignTracee(Engine &engine, EventConsumer &consumer, TraceePtr sibling=nullptr)
Create a traced process object by attaching to the given process ID.
Tracee(Engine &engine, EventConsumer &consumer, TraceePtr sibling=nullptr)