Classes | |
class | INSTLIB::ALARM_SYMBOL_COUNT |
Functions | |
const CHAR * | INSTLIB::ALARM_SYMBOL_COUNT::Symbol () const |
ADDRINT | INSTLIB::ALARM_SYMBOL_COUNT::Count (UINT32 tid=0) const |
VOID | INSTLIB::ALARM_SYMBOL_COUNT::SetAlarm (UINT64 count, ALARM_HANDLER handler, VOID *val, UINT32 tid=0, BOOL rearm=FALSE, BOOL always_armed=FALSE) |
VOID | INSTLIB::ALARM_SYMBOL_COUNT::Activate (const CHAR *symbol) |
The example below can be found in InstLibExamples/alarm_symbol.C
|
This function initializes an alarm and must be called before PIN_StartProgram. It does turn the alarm on. Use SetAlarm.
|
|
|
|
Turn on an alarm. You should call Activate for this alarm before PIN_StartProgram
|
|
|