trace-events: Fix the name of the tracing.rst file
authorThomas Huth <thuth@redhat.com>
Mon, 14 Aug 2023 17:12:28 +0000 (19:12 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Sep 2023 10:08:51 +0000 (13:08 +0300)
The file has been converted to .rst a while ago - make sure that the
references in the trace-events files are pointing to the right location
now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
bsd-user/trace-events
ebpf/trace-events
hw/nubus/trace-events
target/s390x/kvm/trace-events

index 843896f6271424f1a826cef086010d85bc438f80..2c1cb66726d59e07c33ab0c9eb57c39b5e072ab6 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # bsd-user/signal.c
 user_setup_frame(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx64
index 411b1e2be391243d25ed04f1bceda35d28163613..b3ad1a35f2e3080e12c30704edc79cb6148f7348 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # ebpf-rss.c
 ebpf_error(const char *s1, const char *s2) "error in %s: %s"
index e31833d694af6f6720d24f6a79e1c4f14eb6943a..9259d6672531620311848ce1c0e424fef38926bf 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # nubus-bus.c
 nubus_slot_read(uint64_t addr, int size) "reading unassigned addr 0x%"PRIx64 " size %d"
index 818f1a37a1525707ed0f61179ff03acb23fdf22c..cdf2c4f8f278488487c573d5870586ed9beff27d 100644 (file)
@@ -1,4 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
+# See docs/devel/tracing.rst for syntax documentation.
 
 # kvm.c
 kvm_enable_cmma(int rc) "CMMA: enabling with result code %d"