kosslab-kr / linux-perf

:rocket: perf contribution (mirrored from git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git)
Other
16 stars 8 forks source link

Path 에 상관없이 perf 실행하기 #115

Open lsahn-gh opened 8 years ago

lsahn-gh commented 8 years ago

매번 tools/perf 로 가셔서 실행하는게 불편하다면 환경변수 폴더에 perf 바이너리 파일을 이동하여 실행하면 됩니다. 일단 perf 바이너리가 생성되고 tools/perf 로 이동했다는 가정하에 아래의 커맨드를 이용하여 이동시켜줍니다.

sudo mv ./perf /usr/local/bin

후에 홈 폴더로 이동하여 perf -version으로 실행이 되는지 확인하시면 됩니다.