diff --git a/tools/check_commit_testprogs.sh b/tools/check_commit_testprogs.sh
index 97c89c21c148c273016c0a9aaca64a8c4166c6c2..44cb3e6d06bd2728b600c4c457ee21dc8accc6af 100755
--- a/tools/check_commit_testprogs.sh
+++ b/tools/check_commit_testprogs.sh
@@ -352,6 +352,7 @@ if [ $run -ge 1 ]; then
         if [ $perf -eq 1 ]; then
             export DR_HOOK_OPT=prof
             export DR_HOOK=1
+            export DR_HOOK_IGNORE_SIGNALS=-1
         fi
         $TESTDIR/$name/build/with_fcm/arch_${archfile}/build/bin/main_${t}.exe --check > Output_run 2> Stderr_run
         if [ $perf -eq 1 ]; then