Pin
Classes | Functions
FILTER_RTN

Classes

class  INSTLIB::FILTER_RTN
 

Functions

VOID INSTLIB::FILTER_RTN::Activate ()
 
BOOL INSTLIB::FILTER_RTN::SelectTrace (TRACE trace)
 
BOOL INSTLIB::FILTER_RTN::SelectRtn (RTN rtn)
 

Detailed Description

Filter for selecting routines by name Use -filter_rtn <name> to select a routine. To select multiple routines, use more than one -filter_rtn.

Function Documentation

◆ Activate()

VOID INSTLIB::FILTER_RTN::Activate ( )
inline

Activate the filter. Must be done before PIN_StartProgram

◆ SelectRtn()

BOOL INSTLIB::FILTER_RTN::SelectRtn ( RTN  rtn)
inline

Return true if the filter is not active or the routine is selected

◆ SelectTrace()

BOOL INSTLIB::FILTER_RTN::SelectTrace ( TRACE  trace)
inline

Return true if the filter is not active or the routine that contains this trace is selected