@@ -426,5 +426,5 @@ root@genericarmv8:~#
Details on how to use the generic STM API can be found here [2].
[1]. Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
-[2]. Documentation/trace/stm.txt
+[2]. Documentation/trace/stm.rst
[3]. https://github.com/Linaro/perf-opencsd
@@ -38,7 +38,7 @@ description is at Documentation/ABI/testing/sysfs-bus-intel_th-devices-gth.
STH registers an stm class device, through which it provides interface
to userspace and kernelspace software trace sources. See
-Documentation/trace/stm.txt for more information on that.
+Documentation/trace/stm.rst for more information on that.
MSU can be configured to collect trace data into a system memory
buffer, which can later on be read from its device nodes via read() or
@@ -89,7 +89,7 @@ Quick example
$ echo 1 > /sys/bus/intel_th/devices/0-msc0/active
-# .. send data to master 33, see stm.txt for more details ..
+# .. send data to master 33, see stm.rst for more details ..
# .. wait for traces to pile up ..
# .. and stop the trace::
Commit "1606f8d8e75b trace doc: convert trace/stm.txt to rst format" changed stm.txt to stm.rst but references to it in other files have not been modified, something that is corrected in this patch. Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> --- Documentation/trace/coresight.txt | 2 +- Documentation/trace/intel_th.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.7.4