Skip to content

Commit

Permalink
trace-events: Fix the name of the tracing.rst file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth authored and Michael Tokarev committed Sep 8, 2023
1 parent 03a3a62 commit 64a917d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bsd-user/trace-events
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ebpf/trace-events
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion hw/nubus/trace-events
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion target/s390x/kvm/trace-events
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 64a917d

Please sign in to comment.