perfetto: point profile scripts at trace_processor_shell [DO NOT MERGE until v58] - #6966
Draft
LalitMaganti wants to merge 2 commits into
Draft
perfetto: point profile scripts at trace_processor_shell [DO NOT MERGE until v58]#6966LalitMaganti wants to merge 2 commits into
LalitMaganti wants to merge 2 commits into
Conversation
cpu_profile and heap_profile were migrated off the standalone traceconv binary alongside #6417, but had to be reverted in #6410: the scripts pin the v57.2 prebuilt, and v57.2's trace_processor_shell predates the util symbolize / util deobfuscate subcommands they need. The v57.2 traceconv prebuilt keeps them working in the meantime. Re-apply the migration so it is ready to land once the v58 prebuilts are released and rolled. DO NOT MERGE until the v58 prebuilt roll has landed. After the roll, re-run tools/gen_amalgamated_python_tools so the amalgamated scripts pick up the v58 manifests.
🎨 Perfetto UI Builds
|
Base automatically changed from
dev/lalitm/tp-remove-the-standalone-traceconv-binary
to
main
August 3, 2026 10:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cpu_profile and heap_profile were migrated off the standalone traceconv binary alongside #6417, but had to be reverted in #6410: the scripts pin the v57.2 prebuilt, and this trace_processor_shell predates the
util symbolize/util deobfuscatesubcommands they need.This PR re-applies the migration so it is ready to land once v58 ships.