perf trace: Use $PERF_EXEC_PATH in canned report scripts
[platform/kernel/linux-rpi.git] / tools / perf / scripts / python / bin / syscall-counts-report
index dc076b6..cb2f9c5 100644 (file)
@@ -7,4 +7,4 @@ if [ $# -gt 0 ] ; then
        shift
     fi
 fi
-perf trace $@ -s ~/libexec/perf-core/scripts/python/syscall-counts.py $comm
+perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm