google / perfetto

Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)
https://www.perfetto.dev
Apache License 2.0
2.81k stars 350 forks source link

Perfetto v40.0's Jump link invalid #680

Closed duokuiwang closed 9 months ago

duokuiwang commented 9 months ago

Perfetto v40.0 is deployed locally. When accessing the UI and clicking the detailed information of released thread states, it cannot jump to the corresponding thread or state. No response from these links.

image image

What is the reason and how to solve it? I would be grateful if you could reply.

stevegolton commented 9 months ago

Hi @duokuiwang, I can't seem to repo locally. Which version are you running exactly, and can you send a representative trace?

duokuiwang commented 9 months ago

Hi @duokuiwang, I can't seem to repo locally. Which version are you running exactly, and can you send a representative trace?

Version: tag: v40.0, the displayed information of the git log command is as shown in the figure below: image

trace is example.zip, you can view these two example processes: image

stevegolton commented 9 months ago

Ah OK I see the issue.

This is fixed in 010b702bcc463b893b9ceb57e1501bab8f6271b4 (see https://android-review.googlesource.com/c/platform/external/perfetto/+/2859128).

Either grab the tip of main, or otherwise we should be doing another release this week.