From 0d96b8ea2f6f3fea54a2919e2f109fcacc075a0e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 15:05:17 +0100 Subject: [PATCH] docs/perfetto: update documentation links These links redirect to something seemingly random. Here's my best effort to update them to the relevant pages in the current docs. Reviewed-by: Eric Engestrom Part-of: --- docs/perfetto.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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