diff --git a/docs/perfetto.rst b/docs/perfetto.rst index 0decd5da60f..5cec19d1a63 100644 --- a/docs/perfetto.rst +++ b/docs/perfetto.rst @@ -52,14 +52,14 @@ To capture a trace with Perfetto you need to take the following steps: 1. Build Perfetto from sources available at ``subprojects/perfetto`` following `this guide `__. -2. Create a `trace config `__, which is +2. Create a `trace config `__, which is a json formatted text file with extension ``.cfg``, or use one of the config files under the ``src/tool/pps/cfg`` directory. More examples of config files can be found in ``subprojects/perfetto/test/configs``. 3. Change directory to ``subprojects/perfetto`` and run a - `convenience script `__ to start the - tracing service: + `convenience script `__ + to start the tracing service: .. code-block:: console