← Documents Documentation/ABI/testing/sysfs-bus-intel_th-devices-pti GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

Intel Trace Hub PTI output

PTI 출력 폭, trace 클록의 strobe/free-running 동작과 Intel TH 기준 clock divider를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-bus-intel_th-devices-pti
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

4 to 16-bit output

sysfs-bus-intel_th-devices-pti:1-7

mode는 PTI 출력 폭을 4, 8, 12, 16 중 하나로 설정합니다.

Clock behavior and divider

sysfs-bus-intel_th-devices-pti:8-24

Trace 클록은 데이터가 있을 때만 toggle하는 strobe 또는 free-running으로 동작합니다. divider는 Intel TH 클록의 1, 1/2, 1/4, 1/8을 선택합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/mode
2 Date: June 2015
3 KernelVersion: 4.3
4 Contact: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5 Description: (RW) Configure PTI output width. Currently supported values
6 are 4, 8, 12, 16.
7
8 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/freerunning_clock
9 Date: June 2015
10 KernelVersion: 4.3
11 Contact: Alexander Shishkin <alexander.shishkin@linux.intel.com>
12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
13 when there is trace data to send. 1: PTI trace clock is a
14 free-running clock.
15
16 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/clock_divider
17 Date: June 2015
18 KernelVersion: 4.3
19 Contact: Alexander Shishkin <alexander.shishkin@linux.intel.com>
20 Description: (RW) Configure PTI port clock divider:
21 - 0: Intel TH clock rate,
22 - 1: 1/2 Intel TH clock rate,
23 - 2: 1/4 Intel TH clock rate,
24 - 3: 1/8 Intel TH clock rate.
25

3. 한국어 전문 번역

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

PTI 출력 폭

1-7
항목한국어 전문 번역
What/sys/bus/intel_th/devices/<intel_th_id>-pti/mode
Date2015년 6월
KernelVersion4.3
ContactAlexander Shishkin <alexander.shishkin@linux.intel.com>
Description(RW) PTI 출력 폭을 구성합니다. 현재 지원하는 값은 4, 8, 12, 16입니다.

PTI trace 클록 동작

8-15
항목한국어 전문 번역
What/sys/bus/intel_th/devices/<intel_th_id>-pti/freerunning_clock
Date2015년 6월
KernelVersion4.3
ContactAlexander Shishkin <alexander.shishkin@linux.intel.com>
Description(RW) 0이면 PTI trace 클록이 strobe처럼 동작해 보낼 trace 데이터가 있을 때만 toggle합니다. 1이면 PTI trace 클록이 free-running clock으로 동작합니다.

PTI port 클록 divider

16-24
항목한국어 전문 번역
What/sys/bus/intel_th/devices/<intel_th_id>-pti/clock_divider
Date2015년 6월
KernelVersion4.3
ContactAlexander Shishkin <alexander.shishkin@linux.intel.com>
Description(RW) PTI port 클록 divider를 구성합니다.
클록 속도
0Intel TH 클록 속도
1Intel TH 클록 속도의 1/2
2Intel TH 클록 속도의 1/4
3Intel TH 클록 속도의 1/8