You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc를 -pg option으로 컴파일한 것에 대해 dynamic tracing을 시도한 결과에 같은 함수가 2번 반복되어 출력되는 것에 대한 질문을 남김.
--> 결과적으로 해당 함수에 대해 mcount 호출이 2번 불렸기 때문임. 이미 -pg 컴파일 된 것에 대해서는 굳이 dynamic tracing을 할 필요가 없음.
컨트리뷰션을 위한 학습
Issue
dynamic tracing gcc
--> 결과적으로 해당 함수에 대해 mcount 호출이 2번 불렸기 때문임. 이미 -pg 컴파일 된 것에 대해서는 굳이 dynamic tracing을 할 필요가 없음.
Pull Request
uftrace dump 매뉴얼 한글화 작업 (완료)
--> 이를 위해 명령어와 여러 옵션을 직접 실행해보기도 하면서 명령어에 대한 이해도를 높이고 번역에 도움이 되었음.
uftrace tui 매뉴얼 한글화 리뷰
The text was updated successfully, but these errors were encountered: