mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 04:30:37 +02:00
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 <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19574>
This commit is contained in:
parent
62b9c32d9d
commit
0d96b8ea2f
1 changed files with 3 additions and 3 deletions
|
|
@ -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 <https://perfetto.dev/docs/quickstart/linux-tracing>`__.
|
||||
|
||||
2. Create a `trace config <https://perfetto.dev/#/trace-config.md>`__, which is
|
||||
2. Create a `trace config <https://perfetto.dev/docs/concepts/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 <https://perfetto.dev/#/running.md>`__ to start the
|
||||
tracing service:
|
||||
`convenience script <https://perfetto.dev/docs/quickstart/linux-tracing#capturing-a-trace>`__
|
||||
to start the tracing service:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue