← Documents Documentation/ABI/testing/sysfs-driver-panfrost-profiling GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

Panfrost fdinfo profiling sysfs ABI

Panfrost driver에서 DRM fdinfo job profiling을 끄거나 GPU timestamp·cycle counter sources를 함께 켜는 profiling 값을 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-driver-panfrost-profiling
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Panfrost profiling switch

sysfs-driver-panfrost-profiling:1-10

profiling 값 0은 fdinfo job profiling sources를 끄고, 1은 GPU timestamp와 cycle counter registers를 모두 활성화합니다.

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 <[email protected]>
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.
11

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Panfrost fdinfo profiling control

1-10
항목한국어 전문 번역
What/sys/bus/platform/drivers/panfrost/.../profiling
Date2024년 2월
KernelVersion6.8.0
ContactAdrian Larumbe <[email protected]>
DescriptionDRM fdinfo의 engine·cycles profiling status를 읽거나 설정합니다. 0은 fdinfo job profiling sources를 활성화하지 않고, 1은 sources를 활성화하면서 GPU timestamp와 cycle counter registers를 모두 enable합니다.
AccessRead-write
Panfrost profiling values
Valuefdinfo profilingGPU registers
0DisabledTimestamp off; cycle counter off
1EnabledTimestamp on; cycle counter on

단일 switch가 두 GPU counter sources를 함께 제어합니다.