commit | 2e446736507f02a4204645536df6260beec80820 | [log] [tgz] |
---|---|---|
author | Chris Craik <[email protected]> | Mon Jun 09 16:25:26 2025 -0700 |
committer | Chris Craik <[email protected]> | Wed Jun 11 12:39:08 2025 -0700 |
tree | 02216b27df430d8f53140a6aa64bf28a99549836 | |
parent | 940d3ed5a6d47e664695b90bc38d27a108dc46cc [diff] |
Update Perfetto to 705a7f1d4eaea57364c6e74c71fe1073f359f3bc Fixes: 423524320 Test: ./gradlew benchmark:benchmark-macro:cC Change-Id: I4a267d1b9a6947285a06d1ad958008c921544f8d
The source code for several perfetto binaries lives in the external/perfetto
project in the AOSP source tree. These binaries enable unbundled perfetto tracing, and on-device trace processing.
To set up the perfetto repository for the first time:
git clone https://android.googlesource.com/platform/external/perfetto/ perfetto_repo perfetto_repo/tools/install-build-deps --android
To build stripped binaries from the local repository:
./generate_perfetto_binaries.py
This script automates some of the build instructions documented here.
Some important things handled are:
monolithic_binaries = true
(important for unbundled usage)