-
I’m using perf record to capture a whole system trace. But the UI only shows process 0. Is this a flaw in how I’m using perf or a limitation in the profiler. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In the profile you captured, are the other threads listed in the thread list dropdown? The UI hides "inactive" threads by default. As for best practices, the current plan is to put more work into samply and then recommend it instead of perf once it's more fleshed out. |
Beta Was this translation helpful? Give feedback.
-
Can you please share the perf commands you use? |
Beta Was this translation helpful? Give feedback.
Can you please share the perf commands you use?
From the perf converter, we're supposed to keep the pid information, but possibly our regexp needs to be adjusted or your perf commands is missing some arguments. See for example the
perf script
invocation we're mentioning in https://profiler.firefox.com/docs/#/./guide-perf-profiling?id=step-2-convert-the-profile.