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 =============