Skip to content

Commit 9a30e6b

Browse files
miggazElqueznashif
authored andcommitted
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 <[email protected]>
1 parent 2356c1d commit 9a30e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/subsys/profiling/perf/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Usage example
6262

6363
.. code-block:: shell
6464
65-
python scripts/perf/stackcollapse.py perf_buf build/zephyr/zephyr.elf | <flamegraph_dir_path>/flamegraph.pl > graph.svg
65+
python scripts/profiling/stackcollapse.py perf_buf build/zephyr/zephyr.elf | <flamegraph_dir_path>/flamegraph.pl > graph.svg
6666
6767
Graph example
6868
=============

0 commit comments

Comments
 (0)