[PATCH v2] verification/dot2: Improve dot parser robustness

2024-10-16 Thread Gabriele Monaco
f warnings reported by pylint such as wrong indentation and comparison to False instead of `not ...` Signed-off-by: Gabriele Monaco --- V1 -> V2: properly handling shorter gv extension with ntpath.splitext tools/verification/dot2/automata.py | 18 +- 1 file changed, 9 insertions(+)

[PATCH] verification/dot2: Improve dot parser robustness

2024-10-16 Thread Gabriele Monaco
f warnings reported by pylint such as wrong indentation and comparison to False instead of `not ...` Signed-off-by: Gabriele Monaco --- tools/verification/dot2/automata.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/verification/dot2/automata.py b/tools/ve

[PATCH] tracing: doc: Fix typo in ftrace histogram

2024-10-03 Thread Gabriele Monaco
The Tracing > Histogram page contains a typo in the field display modifiers table. Signed-off-by: Gabriele Monaco --- Documentation/trace/histogram.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.

[PATCH] rtla: Fix consistency in getopt_long for timerlat_hist

2024-09-26 Thread Gabriele Monaco
change is not functionally required, it improves consistency and slightly reduces the likelihood a future change would introduce a problem. Signed-off-by: Gabriele Monaco --- tools/tracing/rtla/src/timerlat_hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tracin