Typedefs | |
typedef VOID(* | LEVEL_PINCLIENT::SPSLICE_BEGIN_CALLBACK )(INT32 sliceNum, VOID *v) |
typedef VOID(* | LEVEL_PINCLIENT::SPSLICE_END_CALLBACK )(INT32 sliceNum, VOID *v) |
typedef VOID(* | LEVEL_PINCLIENT::SPSLICE_TOOLRESET_CALLBACK )(UINT32 sliceNum) |
Functions | |
VOID | LEVEL_PINCLIENT::SP_AddSliceBeginFunction (SPSLICE_BEGIN_CALLBACK fun, VOID *val) |
VOID | LEVEL_PINCLIENT::SP_AddSliceEndFunction (SPSLICE_END_CALLBACK fun, VOID *val) |
VOID | LEVEL_PINCLIENT::SP_EndSlice () |
BOOL | LEVEL_PINCLIENT::SP_Init (SPSLICE_TOOLRESET_CALLBACK fun) |
VOID * | LEVEL_PINCLIENT::SP_CreateSharedArea (VOID *localData, UINT32 size, UINT32 autoMerge) |
|
Call back function when thread begins |
|
Call back function when thread ends |
|
Call back function when thread begins after recording to reset statis |
|
Call func immediately after a new superpin slice has been created
|
|
Call func immediately before a superpin slice ends
|
|
Add automatic merging routine and allocate data return page of shared memory for tool usage if using superpin and success return localdata if not using superpin or failure |
|
SuperPin! End this timeslice now |
|
Initialize SuperPin system. Must be called before PIN_StartProgram return TRUE if using superpin return FALSE if failure or not using superpin |