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
sym = task_find_sym(sessions, task, rstack);
symname = symbol_getname(sym, rstack->addr);
get_argspec_string(task, args, sizeof(args), str_mode);
get_argspec_string(task, retval, sizeof(args), str_mode);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
컨트리뷰션 과정
9/30
10/08
함수가 닫힐 때, 함수 이름과 인자를 같이 표시하는 기능을 추가하자는 이슈를 제안 (namhyung#533)
10/15 ~ 10/20
uftrace 소스 분석 및 컨트리뷰션 작업을 세분화 함
10/21
(2번 작업) 아규먼트 파싱하고 추가하는 부분 추가
(1번 작업) 따로 스택을 만들어서 문자열 저장해놓는 식으로 구현
10/23
(1번 작업) 한범님이 해당하는 부분을 고친 샘플 코드를 보내주셔서, 다시 구현
10/24
(3번 작업) 해당하는 항목의 문서 수정
10/25
PR 날림 (namhyung#582)
정기모임 날짜별 요약
08/16
Pull request 개념 설명 및 팁
Issue 개념 및 팁
리눅스 커널 이야기
08/20
git 개념 및 실습
uftrace 설치와 간단한 실습
09/10
리눅스 커널 컨트리뷰터분 오셔서 강의해주심
uftrace 실습
09/30
uftrace 기여할 꺼리 찾기
10/08
uftrace 원리 설명
컨트리뷰션 거리 찾기
10/21
해커톤 당일날
sym = task_find_sym(sessions, task, rstack);
symname = symbol_getname(sym, rstack->addr);
get_argspec_string(task, args, sizeof(args), str_mode);
get_argspec_string(task, retval, sizeof(args), str_mode);
The text was updated successfully, but these errors were encountered: