diff --git a/tools/profiling/perf/run_perf_unconstrained.sh b/tools/profiling/perf/run_perf_unconstrained.sh
index a4c2dfa7fd7c05c5eff9eab09289312e6df51807..dbfd2828a86d04f5b395d47089908600a0672922 100755
--- a/tools/profiling/perf/run_perf_unconstrained.sh
+++ b/tools/profiling/perf/run_perf_unconstrained.sh
@@ -90,8 +90,6 @@ export config=mutrace
 
 make CONFIG=$config -j$CPUS qps_json_driver
 
-bins/$config/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG"
-
-#sudo perf record -F 997 -g bins/$config/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG"
-#sudo perf report
+sudo perf record -F 997 -g bins/$config/qps_json_driver --scenarios_json="$SCENARIOS_JSON_ARG"
+sudo perf report