요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Xe Device Coredump
1-14Xe device coredump 개요는 `drivers/gpu/drm/xe/xe_devcoredump.c`의 `Xe device coredump` kernel-doc section에서 가져옵니다.
같은 source의 `:internal:` 범위는 coredump capture·보관·노출에 쓰이는 내부 API를 문서화합니다.
항목값
Implementationdrivers/gpu/drm/xe/xe_devcoredump.c
OverviewXe device coredump
API:internal:
문서와 구현의 연결 지점입니다.
GPU failure 감지→Xe state capture→Device coredump 생성→Debugging consumer에 노출
문서가 설명하는 기능의 핵심 경로입니다.
.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
==================
Xe Device Coredump
==================
.. kernel-doc:: drivers/gpu/drm/xe/xe_devcoredump.c
:doc: Xe device coredump
Internal API
============
.. kernel-doc:: drivers/gpu/drm/xe/xe_devcoredump.c
:internal:
요약·해설
xe_devcoredump.rst:1-14Xe GPU 실패 시 device coredump 생성과 내부 API를 설명합니다.
Source와 관련 구현입니다.