← Documents Documentation/ABI/testing/sysfs-class-stm_source GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

System Trace Module source class sysfs ABI

STM source의 tracing data를 받을 STM device 연결을 조회하고 변경하는 stm_source_link를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-class-stm_source
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/class/stm_source/<stm_source>/stm_source_link
2 Date: June 2015
3 KernelVersion: 4.3
4 Contact: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5 Description:
6 stm_source device linkage to stm device, where its tracing data
7 is directed. Reads return an existing connection or "<none>" if
8 this stm_source is not connected to any stm device yet.
9 Write an existing (registered) stm device's name here to
10 connect that device. If a device is already connected to this
11 stm_source, it will first be disconnected.
12

3. 한국어 전문 번역

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