#
# Analysers (pintools) included in PIN
#

# A simple analyser for running programs in PIN LLVM without any instrumentation
register_analyser "pin-no-ins" "$PIN_HOME/source/tools/MyPinTool/obj-$PIN_TARGET_LONG/MyPinTool -count 0"

# A simple analyser for counting the number of executed instructions
register_analyser "pin-count-ins" "$PIN_HOME/source/tools/MyPinTool/obj-$PIN_TARGET_LONG/MyPinTool -count 1"

# End of file
