#include "aprobe.h" Probe thread { probe "DiskRead" { on_entry ap_StubRoutine; /* DiskRead will not be called */ on_exit $return = -1; } }