요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
Memory access와 dirty flags
sysfs-bus-coresight-devices-trbe:8-14flag는 TRBE가 memory를 갱신할 때 access flag와 dirty flag도 함께 갱신하는지를 TRBIDR register 값으로 보여 줍니다.
Hardware context label
sysfs-bus-coresight-devices-trbe:16-20label은 TRBE device의 hardware context information을 보여 줍니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/coresight/devices/trbe<cpu>/align
2
Date: March 2021
3
KernelVersion: 5.13
4
Contact: Anshuman Khandual <anshuman.khandual@arm.com>
5
Description: (Read) Shows the TRBE write pointer alignment. This value
6
is fetched from the TRBIDR register.
8
What: /sys/bus/coresight/devices/trbe<cpu>/flag
9
Date: March 2021
10
KernelVersion: 5.13
11
Contact: Anshuman Khandual <anshuman.khandual@arm.com>
12
Description: (Read) Shows if TRBE updates in the memory are with access
13
and dirty flag updates as well. This value is fetched from
14
the TRBIDR register.
16
What: /sys/bus/coresight/devices/trbe<cpu>/label
17
Date: Aug 2025
18
KernelVersion 6.18
19
Contact: Mao Jinlong <quic_jinlmao@quicinc.com>
20
Description: (Read) Show hardware context information of device.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
TRBE write-pointer alignment
1-6| 항목 | 전문 번역 |
|---|---|
| What | /sys/bus/coresight/devices/trbe<cpu>/align |
| Date | 2021년 3월 |
| KernelVersion | 5.13 |
| Contact | Anshuman Khandual <anshuman.khandual@arm.com> |
| Description | (Read) TRBE write pointer alignment를 보여 줍니다. 이 값은 TRBIDR register에서 가져옵니다. |
TRBE memory flag updates
8-14| 항목 | 전문 번역 |
|---|---|
| What | /sys/bus/coresight/devices/trbe<cpu>/flag |
| Date | 2021년 3월 |
| KernelVersion | 5.13 |
| Contact | Anshuman Khandual <anshuman.khandual@arm.com> |
| Description | (Read) TRBE가 memory를 갱신할 때 access flag와 dirty flag도 함께 갱신하는지를 보여 줍니다. 이 값은 TRBIDR register에서 가져옵니다. |
TRBE hardware context
16-20| 항목 | 전문 번역 |
|---|---|
| What | /sys/bus/coresight/devices/trbe<cpu>/label |
| Date | 2025년 8월 |
| KernelVersion | 6.18 |
| Contact | Mao Jinlong <quic_jinlmao@quicinc.com> |
| Description | (Read) Device의 hardware context information을 보여 줍니다. |
TRBE write-pointer alignment
sysfs-bus-coresight-devices-trbe:1-6align은 TRBIDR register에서 가져온 TRBE write pointer alignment를 보여 줍니다.