Skip to content

Commit

Permalink
doc/ko: Add missing options in uftrace-record.md
Browse files Browse the repository at this point in the history
The missing option '--trace=STATE' is translated and added to
uftrace-record.md in Korean.

The missing option '-g, \--agent' is translated and added to
uftrace-record.md in Korean

corrected some translations

added missing description for filter

Signed-off-by: KyeongTaek <[email protected]>
  • Loading branch information
KyeongTaek committed Sep 14, 2024
1 parent 9d88589 commit e865eb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/ko/uftrace-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ RECORD 옵션
: 추적을 사용하지 않은 채로 uftrace를 시작한다. 이것은 `trace_on` 트리거와 함께
사용되었을 때만 의미를 가진다.

\--trace=*STATE*
: uftrace tracing을 STATE로 지정한다. 가능한 상태는 `on``off`이다. 기본은 `on`이다.
이것은 `trace_on` 트리거와 함께 사용되거나 agent와 사용되었을 때만 의미를 가진다.

\--with-syms=*DIR*
: DIR 디렉토리의 .sym 파일에서 심볼(symbol) 데이터를 읽는다.
이는 심볼(symbol) 데이터가 제거된 바이너리 파일을 다루는데 유용하다.
Expand Down Expand Up @@ -227,6 +231,11 @@ RECORD 설정 옵션
: ASLR(Address Space Layout Randomization)을 비활성화 한다.
이는 프로세스의 라이브러리 로딩 주소가 매번 변경되지 않도록 막아준다.

-g, \--agent
: 대상 프로그램 내에서 agent thread를 실행한다.
agent는 실행 중에 외부에서 명령을 받아 일부 tracing 옵션을 바꿀 수 있다.
관련 설명은 `utfrace-live`(1)에서 *AGENT* 부분을 참고한다.

\--srcline
: 디버그 정보에 레코드한 소스 줄번호를 표시한다.

Expand Down

0 comments on commit e865eb4

Please sign in to comment.