perf trace: Use $PERF_EXEC_PATH in canned report scripts
[pandora-kernel.git] / tools / perf / scripts / perl / bin / rwtop-report
index 93e698c..4918dba 100644 (file)
@@ -17,7 +17,7 @@ if [ "$n_args" -gt 0 ] ; then
     interval=$1
     shift
 fi
-perf trace $@ -s ~/libexec/perf-core/scripts/perl/rwtop.pl $interval
+perf trace $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval