hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/ABI/testing/sysfs-bus-coresight-devices-etb10
....@@ -4,7 +4,10 @@
44 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
55 Description: (RW) Add/remove a sink from a trace path. There can be multiple
66 source for a single sink.
7
- ex: echo 1 > /sys/bus/coresight/devices/20010000.etb/enable_sink
7
+
8
+ ex::
9
+
10
+ echo 1 > /sys/bus/coresight/devices/20010000.etb/enable_sink
811
912 What: /sys/bus/coresight/devices/<memory_map>.etb/trigger_cntr
1013 Date: November 2014
....@@ -20,21 +23,21 @@
2023 Date: March 2016
2124 KernelVersion: 4.7
2225 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
23
-Description: (R) Defines the depth, in words, of the trace RAM in powers of
26
+Description: (Read) Defines the depth, in words, of the trace RAM in powers of
2427 2. The value is read directly from HW register RDP, 0x004.
2528
2629 What: /sys/bus/coresight/devices/<memory_map>.etb/mgmt/sts
2730 Date: March 2016
2831 KernelVersion: 4.7
2932 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
30
-Description: (R) Shows the value held by the ETB status register. The value
33
+Description: (Read) Shows the value held by the ETB status register. The value
3134 is read directly from HW register STS, 0x00C.
3235
3336 What: /sys/bus/coresight/devices/<memory_map>.etb/mgmt/rrp
3437 Date: March 2016
3538 KernelVersion: 4.7
3639 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
37
-Description: (R) Shows the value held by the ETB RAM Read Pointer register
40
+Description: (Read) Shows the value held by the ETB RAM Read Pointer register
3841 that is used to read entries from the Trace RAM over the APB
3942 interface. The value is read directly from HW register RRP,
4043 0x014.
....@@ -43,7 +46,7 @@
4346 Date: March 2016
4447 KernelVersion: 4.7
4548 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
46
-Description: (R) Shows the value held by the ETB RAM Write Pointer register
49
+Description: (Read) Shows the value held by the ETB RAM Write Pointer register
4750 that is used to sets the write pointer to write entries from
4851 the CoreSight bus into the Trace RAM. The value is read directly
4952 from HW register RWP, 0x018.
....@@ -52,21 +55,21 @@
5255 Date: March 2016
5356 KernelVersion: 4.7
5457 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
55
-Description: (R) Similar to "trigger_cntr" above except that this value is
58
+Description: (Read) Similar to "trigger_cntr" above except that this value is
5659 read directly from HW register TRG, 0x01C.
5760
5861 What: /sys/bus/coresight/devices/<memory_map>.etb/mgmt/ctl
5962 Date: March 2016
6063 KernelVersion: 4.7
6164 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
62
-Description: (R) Shows the value held by the ETB Control register. The value
65
+Description: (Read) Shows the value held by the ETB Control register. The value
6366 is read directly from HW register CTL, 0x020.
6467
6568 What: /sys/bus/coresight/devices/<memory_map>.etb/mgmt/ffsr
6669 Date: March 2016
6770 KernelVersion: 4.7
6871 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
69
-Description: (R) Shows the value held by the ETB Formatter and Flush Status
72
+Description: (Read) Shows the value held by the ETB Formatter and Flush Status
7073 register. The value is read directly from HW register FFSR,
7174 0x300.
7275
....@@ -74,6 +77,6 @@
7477 Date: March 2016
7578 KernelVersion: 4.7
7679 Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
77
-Description: (R) Shows the value held by the ETB Formatter and Flush Control
80
+Description: (Read) Shows the value held by the ETB Formatter and Flush Control
7881 register. The value is read directly from HW register FFCR,
7982 0x304.