commit | 246dc8442752629eef39075ff0ff93221c118201 | [log] [tgz] |
---|---|---|
author | Anagha Sasikumar <[email protected]> | Fri Mar 28 17:34:18 2025 +0000 |
committer | Anagha Sasikumar <[email protected]> | Fri Apr 11 17:09:43 2025 +0000 |
tree | 27627bfb6d5f1ae9b34495614efdf8d8c95d4073 | |
parent | 35e71e32ce930193477c12049af9137e96b8e689 [diff] |
Add crossprocesslatency test data. Bug: 385728317 Change-Id: I9ed20acf6fcd21c08227edf3f06280b69a8b1a3e
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)