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 <miguel.gazquez@bootlin.com>
This commit is contained in:
parent
2356c1db3c
commit
9a30e6bb53
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Usage example
|
|||
|
||||
.. code-block:: shell
|
||||
|
||||
python scripts/perf/stackcollapse.py perf_buf build/zephyr/zephyr.elf | <flamegraph_dir_path>/flamegraph.pl > graph.svg
|
||||
python scripts/profiling/stackcollapse.py perf_buf build/zephyr/zephyr.elf | <flamegraph_dir_path>/flamegraph.pl > graph.svg
|
||||
|
||||
Graph example
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue