태그 : container_of 요약보기전체보기목록닫기
- [리눅스커널][Trace32] wakelock 디버깅 - container_of(0)2018.06.26
- [Linux][Kernel] container_of 매크로 (3)2018.05.08
- [Linux][Kernel][Debug] T32 - container_of 매크로(0)2017.11.29
1
- [Debugging] Tips
- 2018/06/26 21:52
[crash-utility] wakelock 디버깅(rbtree: wakelocks_tree)[crash-utility]wakelock - rbtree debugging(디버깅) [리눅스커널][Trace32] wakelock 디버깅 - container_of[Kernel] wakelock debug patch 이번 시간에는 wakeup...
- 부록
- 2018/05/08 09:16
이번에는 container_of란 매크로를 배워볼게요. 커널 코드에서 current 매크로 못지않게 많이 활용하는 매크로이니 잘 알아야겠죠. 그럼 다음 샘플 코드를 함께 보면서 container_of란 매크로을 어떻게 활용하는지 살펴볼까요?다음 wq_barrier_func 함수를 예를 들까요? container_of를 써서 struct wq_barrie...
- [Debugging] Tips
- 2017/11/29 12:15
리눅스 커널 코드를 분석하다 보면 아래 container_of 매크로를 자주 볼수 있어요.void t21142_media_task(struct work_struct *work){ struct tulip_private *tp = container_of(work, struct tulip_private, media_work); struct net_devic...
1
최근 덧글