Lines Matching +full:- +full:- +full:graph
1 .. zephyr:code-sample:: profiling-perf
6 This application can be used to understand how to use the :ref:`profiling-perf`
12 The Perf tool is currently implemented only for RISC-V and x86_64 architectures.
19 .. zephyr-app-commands::
20 :zephyr-app: samples/subsys/profiling/perf
27 .. code-block:: console
38 .. code-block:: console
44 .. code-block:: console
58 * Generate :file:`graph.svg` with
63 .. code-block:: shell
65 …stackcollapse.py perf_buf build/zephyr/zephyr.elf | <flamegraph_dir_path>/flamegraph.pl > graph.svg
67 Graph example
72 :alt: graph example