rv: Update rvgen monitor synthesis documentation path

The rvgen source comments still refer to da_monitor_synthesis.rst, which
no longer exists. The documentation is now available in
monitor_synthesis.rst. Update both references to point to the current
file.

Signed-off-by: Yu Chuanyu <lucayu.alight@gmail.com>
Acked-by: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/r/20260618-rvgen-doc-path-v1-1-9bcf0148417a@gmail.com
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
This commit is contained in:
Yu Chuanyu
2026-06-18 21:45:25 +08:00
committed by Gabriele Monaco
parent fc0663ec31
commit da245fae40
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
# dot2k: transform dot files into a monitor for the Linux kernel.
#
# For further information, see:
# Documentation/trace/rv/da_monitor_synthesis.rst
# Documentation/trace/rv/monitor_synthesis.rst
if __name__ == '__main__':
from rvgen.dot2k import da2k, ha2k

View File

@@ -6,7 +6,7 @@
# dot2k: transform dot files into a monitor for the Linux kernel.
#
# For further information, see:
# Documentation/trace/rv/da_monitor_synthesis.rst
# Documentation/trace/rv/monitor_synthesis.rst
from .dot2c import Dot2c
from .generator import Monitor