diff --git a/selfdrive/debug/profiling/simpleperf/bin/android/arm64/simpleperf b/selfdrive/debug/profiling/simpleperf/bin/android/arm64/simpleperf deleted file mode 100755 index 4df1f31fcd..0000000000 Binary files a/selfdrive/debug/profiling/simpleperf/bin/android/arm64/simpleperf and /dev/null differ diff --git a/selfdrive/debug/profiling/simpleperf/eon_perf.sh b/selfdrive/debug/profiling/simpleperf/eon_perf.sh deleted file mode 100755 index 385af26ba3..0000000000 --- a/selfdrive/debug/profiling/simpleperf/eon_perf.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -set -e - -cd "$( dirname "${BASH_SOURCE[0]}" )" - -ssh "$1" '$HOME/one/external/simpleperf/bin/android/arm64/simpleperf record --call-graph fp -a --duration 10 -o /tmp/perf.data' -scp "$1":/tmp/perf.data /tmp/perf.data -python2 report_html.py -i /tmp/perf.data -o /tmp/report.html diff --git a/selfdrive/debug/profiling/simpleperf/get.txt b/selfdrive/debug/profiling/simpleperf/get.txt deleted file mode 100644 index 8e57e6e6ce..0000000000 --- a/selfdrive/debug/profiling/simpleperf/get.txt +++ /dev/null @@ -1,3 +0,0 @@ -git clone https://android.googlesource.com/platform/prebuilts/simpleperf -git reset --hard 311a9d2cd27841498fc90a0b26a755deb47e7ebd -cp -r report_html.* simpleperf_report_lib.py utils.py inferno lib ~/one/external/simpleperf/