-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perf counter tracks are missing the cpu number #1008
Comments
Hey, thanks for raising the bug. I can repro and have a fix available here. |
primiano
pushed a commit
that referenced
this issue
Feb 12, 2025
This includes: - perf counters - callstack samples The motivation behind this is to take control of how perf counter tracks are displayed rather than leaving it up to the generic counter track plugin. This fixes a bug where perf counter tracks no longer have the CPU number in the title. Bug: #1008 Change-Id: Ie66727ecbeb7eda737648cd9124b6a51acd8d229
This fix should be available on the stable and autopush channels shortly. I'm afraid it's not a trivial cherry pick onto stable, so I think you'll have to wait until the next stable release which will be the beginning of march. Feel free to use the canary channel for now. |
jrguzman-ms
pushed a commit
to msft-mirror-aosp/platform.external.perfetto
that referenced
this issue
Feb 19, 2025
This includes: - perf counters - callstack samples The motivation behind this is to take control of how perf counter tracks are displayed rather than leaving it up to the generic counter track plugin. This fixes a bug where perf counter tracks no longer have the CPU number in the title. Bug: google/perfetto#1008 Change-Id: Ie66727ecbeb7eda737648cd9124b6a51acd8d229 (cherry picked from commit 6becd7a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed the "Cpu N " prefix is missing in the perf counter tracks.
Example before the rewrite:
The text was updated successfully, but these errors were encountered: