ALARM_SYMBOL_COUNT
[ALARM]


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)

Detailed Description

Signal an alarm when the specified symbol has been executed n times

The example below can be found in InstLibExamples/alarm_symbol.C


Function Documentation

VOID INSTLIB::ALARM_SYMBOL_COUNT::Activate const CHAR *  symbol  )  [inline, inherited]
 

This function initializes an alarm and must be called before PIN_StartProgram. It does turn the alarm on. Use SetAlarm.

Parameters:
symbol Name of symbol

ADDRINT INSTLIB::ALARM_SYMBOL_COUNT::Count UINT32  tid = 0  )  const [inline, inherited]
 

Returns:
Remaining count for this alarm

VOID INSTLIB::ALARM_SYMBOL_COUNT::SetAlarm UINT64  count,
ALARM_HANDLER  handler,
VOID *  val,
UINT32  tid = 0,
BOOL  rearm = FALSE,
BOOL  always_armed = FALSE
[inline, inherited]
 

Turn on an alarm. You should call Activate for this alarm before PIN_StartProgram

Parameters:
count Number of times to execution address before alarm fires
handler Call this function when alarm fires
val Pass this value to the handler when the alarm fires

const CHAR* INSTLIB::ALARM_SYMBOL_COUNT::Symbol  )  const [inline, inherited]
 

Returns:
Label for alarm


Generated on Tue Jan 16 00:09:08 2007 for Pin by  doxygen 1.4.6