Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
kernel
> perf
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perf of Package kernel
#!/bin/sh # In pathological situations, this will print some error about uname. kverrel="`uname -r`" || exit exec "/usr/libexec/perf.$kverrel" ${1+"$@"} rc=$? # We're still here, so the exec failed. echo >&2 "Sorry, your kernel ($kverrel) doesn't support perf." exit $rc