Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/ko: Add some missing option on uftrace-live.md in Korean #1967

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions doc/ko/uftrace-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ LIVE 옵션
\--record
: 기록된 데이터를 향후 분석을 위해 저장한다.

-p *PID*, \--pid=*PID*
: 클라이언트 모드로 변경한다. 주어진 PID를 가진 실행중인 타겟의 지원되는 트레이싱 옵션을 전달한다.
자세한 내용은 *AGENT* 을 참고한다.

RECORD 옵션
==============
Expand All @@ -117,10 +120,6 @@ RECORD 옵션
이 옵션은 한번 이상 쓰일 수 있다.
관련 설명은 *DYNAMIC TRACING* 을 참고한다.

-Z *SIZE*, \--size-filter=*SIZE*
: SIZE 바이트보다 큰 함수들을 동적으로 패치한다.
동적추적에 대해서는 *DYNAMIC TRACING* 을 참고한다.

-E *EVENT*, \--event=*EVENT*
: 이벤트 추적을 활성화한다. 시스템 내에서 사용 가능한 이벤트여야 한다.

Expand Down Expand Up @@ -236,6 +235,9 @@ RECORD 설정 옵션
: ASLR(Address Space Layout Randomization)을 비활성화 한다.
이는 프로세스의 라이브러리 로딩 주소가 매번 변경되지 않도록 막아준다.

-g, \--agent
: 타겟에 있는 agent 쓰레드를 생성한다. 실행되는 동안 agent는 바깥의 명령어를 수용하고
지원된 트레이싱 옵션을 변경할 수 있다. 자세한 내용은 *AGENT*를 참고한다.

REPLAY 옵션
==============
Expand Down Expand Up @@ -276,7 +278,6 @@ REPLAY 옵션
\--no-args
: 함수 인자와 반환값을 표시하지 않는다.


공통 분석 옵션
=======================
-H *FUNC*, \--hide=*FUNC*
Expand Down