From 9a30e6bb535cc1c55c2cfc96d7e03d148ea3a358 Mon Sep 17 00:00:00 2001 From: Miguel Gazquez Date: Tue, 10 Jun 2025 11:47:51 +0200 Subject: [PATCH] doc: fix file path in sample "perf" On the documentation of the sample "perf" the path for the script "stackcollapse" is incorrect. Fix the path Signed-off-by: Miguel Gazquez --- samples/subsys/profiling/perf/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/subsys/profiling/perf/README.rst b/samples/subsys/profiling/perf/README.rst index b5e0c10e7af..a50a2433a0e 100644 --- a/samples/subsys/profiling/perf/README.rst +++ b/samples/subsys/profiling/perf/README.rst @@ -62,7 +62,7 @@ Usage example .. code-block:: shell - python scripts/perf/stackcollapse.py perf_buf build/zephyr/zephyr.elf | /flamegraph.pl > graph.svg + python scripts/profiling/stackcollapse.py perf_buf build/zephyr/zephyr.elf | /flamegraph.pl > graph.svg Graph example =============