mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
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:
parent
fc0663ec31
commit
da245fae40
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user