# 학습 내용 * 리눅스 설치 방법 * Git 활용 방법 및 Open Source Project 기여 방법 * Tracing tools 사용 법 * Markdown 사용 법 * Man page 작성 법 # 활동 내용 ## 문서 작성 * 프로젝트 소개서 : #174 * 개발환경 구성문서 : #182 * 커밋 분석 보고서 : #185 * 패치 전송 방법 [Wiki](https://github.com/sihyeonn/linux-perf/wiki/First-step-to-being-a-contributor-of-perf) ## Patch Perf Tool의 기능에 관하여 학습 하며, Man page에 빠진 내용 들을 추가함 ### Issue * perf help  ### Merge  * [perf top: Document missing options](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=f9762a0267166ef042d190fbe83442d53a1ebe59) * [perf top: Remove a duplicate word](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=bda9d378831bcca3af666fbf90ae149be3cb9b00) * [perf lock: Document missing options](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=786cc0a56375d8f5821ccc9efbfb3e38a658a4d6) * [perf inject: Document missing options](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=d50ba09f31f44c45fdc8f7daf894602c2edc6c2a) * [perf trace: Document missing option, colons](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=b596a0549c9e7862fa09b1c7be450c051eb20b9a) * [perf timechart: Document missing --force option](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=6369b70357952a135bbbdcc0316fafea35c24662) * [perf sched: Document missing --force option](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=cf07e66dc70d9fdacdd39d74d01cb8a7229e6656) * [perf evlist: Document missing --force option](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=516e02580477942520208ae3d7260e8c28b046bd) * [perf buildid-cache: Document missing --force option](https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/commit/?h=perf/core&id=de2d20c3f1f0e0e7f6a9a6b9829379ee66ff4a3b)
학습 내용
활동 내용
문서 작성
Patch
Perf Tool의 기능에 관하여 학습 하며, Man page에 빠진 내용 들을 추가함
Issue
Merge