In /usr/bin/perf line 13:
exec "perf_$version" "$@"
^-----------------------^ SC2093: Remove "exec " if script should continue after this command.

For more information:
  https://www.shellcheck.net/wiki/SC2093 -- Remove "exec " if script should c...