요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/class/devfreq-event/event<x>/
2
Date: January 2017
3
Contact: Chanwoo Choi <cw00.choi@samsung.com>
4
Description:
5
Provide a place in sysfs for the devfreq-event objects.
6
This allows accessing various devfreq-event specific variables.
7
The name of devfreq-event object denoted as 'event<x>' which
8
includes the unique number of 'x' for each devfreq-event object.
10
What: /sys/class/devfreq-event/event<x>/name
11
Date: January 2017
12
Contact: Chanwoo Choi <cw00.choi@samsung.com>
13
Description:
14
The /sys/class/devfreq-event/event<x>/name attribute contains
15
the name of the devfreq-event object. This attribute is
16
read-only.
18
What: /sys/class/devfreq-event/event<x>/enable_count
19
Date: January 2017
20
Contact: Chanwoo Choi <cw00.choi@samsung.com>
21
Description:
22
The /sys/class/devfreq-event/event<x>/enable_count attribute
23
contains the reference count to enable the devfreq-event
24
object. If the device is enabled, the value of attribute is
25
greater than zero.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Devfreq event object directory
1-8| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/devfreq-event/event<x>/ |
| Date | 2017년 1월 |
| Contact | Chanwoo Choi <cw00.choi@samsung.com> |
| Description | Devfreq-event object를 위한 sysfs 위치를 제공하고 여러 devfreq-event-specific variable에 접근할 수 있게 합니다. event<x>로 표시한 devfreq-event object 이름에는 각 object에 고유한 번호 x가 포함됩니다. |
Devfreq event object 이름
10-16| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/devfreq-event/event<x>/name |
| Date | 2017년 1월 |
| Contact | Chanwoo Choi <cw00.choi@samsung.com> |
| Description | Devfreq-event object 이름을 담는 read-only 속성입니다. |
Devfreq event enable reference count
18-25| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/devfreq-event/event<x>/enable_count |
| Date | 2017년 1월 |
| Contact | Chanwoo Choi <cw00.choi@samsung.com> |
| Description | Devfreq-event object를 enable하는 reference count를 담습니다. Device가 활성화되어 있으면 값이 0보다 큽니다. |
Event identity and enable state
sysfs-class-devfreq-event:1-25event<x> 고유 directory와 object name, 활성화 시 0보다 큰 enable_count를 제공합니다.