aboutsummaryrefslogtreecommitdiffstats
path: root/tools/verification/dot2/automata.py
diff options
context:
space:
mode:
authorDaniel Bristot de Oliveira <[email protected]>2022-07-29 09:38:47 +0000
committerSteven Rostedt (Google) <[email protected]>2022-07-30 18:01:29 +0000
commit4041b9bbfbcddd239ff2c090f0da43bb3df7818c (patch)
tree0e88b52aed11b5e5c635a0d55a438b7db619b7b2 /tools/verification/dot2/automata.py
parenttools/rv: Add dot2c (diff)
downloadkernel-4041b9bbfbcddd239ff2c090f0da43bb3df7818c.tar.gz
kernel-4041b9bbfbcddd239ff2c090f0da43bb3df7818c.zip
Documentation/rv: Add deterministic automaton documentation
Add documentation about deterministic automaton and its possible representations (formal, graphic, .dot and C). Link: https://lkml.kernel.org/r/387edaed87630bd5eb37c4275045dfd229700aa6.1659052063.git.bristot@kernel.org Cc: Wim Van Sebroeck <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Will Deacon <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Marco Elver <[email protected]> Cc: Dmitry Vyukov <[email protected]> Cc: "Paul E. McKenney" <[email protected]> Cc: Shuah Khan <[email protected]> Cc: Gabriele Paoloni <[email protected]> Cc: Juri Lelli <[email protected]> Cc: Clark Williams <[email protected]> Cc: Tao Zhou <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Daniel Bristot de Oliveira <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'tools/verification/dot2/automata.py')
-rw-r--r--tools/verification/dot2/automata.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/verification/dot2/automata.py b/tools/verification/dot2/automata.py
index f22e1dff19ce..baffeb960ff0 100644
--- a/tools/verification/dot2/automata.py
+++ b/tools/verification/dot2/automata.py
@@ -4,6 +4,9 @@
# Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <[email protected]>
#
# Automata object: parse an automata in dot file digraph format into a python object
+#
+# For further information, see:
+# Documentation/trace/rv/deterministic_automata.rst
import ntpath