We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
설치 스크립트 misc/ubuntu-install-deps.sh의 경우 ubuntu 기준으로 패키지가 작성.
misc/ubuntu-install-deps.sh
-> 사용자가 사용하고 있는 각 linux에 알맞게 설치할 수 있는 misc/install-deps.sh 파일을 생성 후 installation guide 업데이트.
misc/install-deps.sh
LICENSE 정보를 확인할 수 있는 COPYING 파일이 README.md에 link되어 지지 않음.
-> REAME.md 내 LICENSE 관련 내용에 COPING 파일 link.
man uftrace live 페이지 내 -C *FUNC*, \--caller-filter=*FUNC* option 내용 누락.
man uftrace live
-C *FUNC*, \--caller-filter=*FUNC*
-> doc/uftrace-live.md에 -C *FUNC*, \--caller-filter=*FUNC* option 내용 추가.
doc/uftrace-live.md
Table of Contents slide에 quick installation page로 연결하는 link 누락.
-> installation page link 추가.
Basic Tracing slide에 관련 기능 man page link 미존재.
-> record 및 replay 관련 man page link 추가 및 slide내 서브 header로 live 를 추가 의견 제시.
record
replay
live
foobar.c
-finstrument-functions
기존 foobar.c example의 경우 -pg 옵션 complie 하는 예제만 존재.
-pg
-> foobar.c example을 -finstrument-functions 옵션으로 compile하는 예제 slide 추가.
기존 Display Function Arguments 페이지의 경우 arguments type을 따로 설정해주는 예제만 존재.
-> return type의 type을 따로 설정해주는 예제 추가.
uftrace/misc
*.sh
#! /bin/sh
uftrace/review/python-tracing-v1 branch 의 기능이 정상적으로 작동하는 지의 여부 테스트.
uftrace/review/python-tracing-v1
-> 테스트 과정에서 이미 uftrace/master branch에서 수정된 ELF 관련 문제가 발생하여 python function tracing support namhyung/uftrace#436 이슈에 댓글로 bug report.
uftrace/master
$ man uftrace record
-a
-> uftrace/doc/uftrace-record.md 파일 내부 -a option 추가 description PR 에서 추가된 예시에 대한 의견 제시.
uftrace/doc/uftrace-record.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Mentoring Note
2. Issue & PR
1) Installation script
A. distro install scription 추가 (Issue doc : Need to use different Package name when installing the uftrace. namhyung/uftrace#519, PR doc : Add to use different package name when installing the uftrace namhyung/uftrace#520).
-> 사용자가 사용하고 있는 각 linux에 알맞게 설치할 수 있는
misc/install-deps.sh
파일을 생성 후 installation guide 업데이트.2) Documentation
A. README.md COPYING link 추가 (PR doc: Enhance the documentation in README.md namhyung/uftrace#546).
-> REAME.md 내 LICENSE 관련 내용에 COPING 파일 link.
B. man page 내 누락된 option 추가 (PR doc: Add caller-filter option namhyung/uftrace#580).
->
doc/uftrace-live.md
에-C *FUNC*, \--caller-filter=*FUNC*
option 내용 추가.3) uftrace.github.io
A. Table of Contents slide에 installation page link 추가 (Issue uftrace.github.io index page's installation link error namhyung/uftrace#547, PR doc: Update index page's installation link. namhyung/uftrace#548)
-> installation page link 추가.
B. Basic Tracing slide에 man page link 추가 (PR slide: Add subheader and footnote in basic-tracing namhyung/uftrace#578). : Not Merged & Closed
->
record
및replay
관련 man page link 추가 및 slide내 서브 header로live
를 추가 의견 제시.C.
foobar.c
example 관련 페이지에-finstrument-functions
옵션으로 compile 하는 slide 추가 (PR slide: Add more compile option to foobar.c example namhyung/uftrace#581). : Not Merged & Closed->
foobar.c
example을-finstrument-functions
옵션으로 compile하는 예제 slide 추가.D. Display Function Arguments slide 내 return value 예제 추가 (PR slide: Enhance pages about Display Function Arguments namhyung/uftrace#583). : Not Merged & Closed
-> return type의 type을 따로 설정해주는 예제 추가.
3. Discussion & Suggestion & Review
1)
uftrace/misc
폴더 내의*.sh
파일의#! /bin/sh
shebang line 변경 제안 (Issue misc : Preference of '#!/bin/sh' than '#!/usr/bin/env bash'? namhyung/uftrace#523).2) uftrace의 python function tracing support 지원 기능 관련 bug report (Issue python function tracing support namhyung/uftrace#436)
-> 테스트 과정에서 이미
uftrace/master
branch에서 수정된 ELF 관련 문제가 발생하여 python function tracing support namhyung/uftrace#436 이슈에 댓글로 bug report.3)
$ man uftrace record
페이지 내의-a
option 추가 관련 PR review (PR doc: Add description of -a option namhyung/uftrace#559).->
uftrace/doc/uftrace-record.md
파일 내부-a
option 추가 description PR 에서 추가된 예시에 대한 의견 제시.The text was updated successfully, but these errors were encountered: