요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/platform/drivers/panfrost/.../profiling
2
Date: February 2024
3
KernelVersion: 6.8.0
4
Contact: Adrian Larumbe <adrian.larumbe@collabora.com>
5
Description:
6
Get/set drm fdinfo's engine and cycles profiling status.
7
Valid values are:
8
0: Don't enable fdinfo job profiling sources.
9
1: Enable fdinfo job profiling sources, this enables both the GPU's
10
timestamp and cycle counter registers.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Panfrost fdinfo profiling control
1-10| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/platform/drivers/panfrost/.../profiling |
| Date | 2024년 2월 |
| KernelVersion | 6.8.0 |
| Contact | Adrian Larumbe <adrian.larumbe@collabora.com> |
| Description | DRM fdinfo의 engine·cycles profiling status를 읽거나 설정합니다. 0은 fdinfo job profiling sources를 활성화하지 않고, 1은 sources를 활성화하면서 GPU timestamp와 cycle counter registers를 모두 enable합니다. |
| Access | Read-write |
Valuefdinfo profilingGPU registers
0DisabledTimestamp off; cycle counter off
1EnabledTimestamp on; cycle counter on
단일 switch가 두 GPU counter sources를 함께 제어합니다.
Panfrost profiling switch
sysfs-driver-panfrost-profiling:1-10profiling 값 0은 fdinfo job profiling sources를 끄고, 1은 GPU timestamp와 cycle counter registers를 모두 활성화합니다.