linuxOS_AP06/device/rockchip/common/tools/aarch64/perf
2025-06-03 12:28:32 +08:00

5 lines
84 B
Bash
Executable File

#!/bin/sh
LINUX_VERSION=$(cut -d' ' -f3 /proc/version)
perf-${LINUX_VERSION%.*} $@