| 12 Feb 2025 |
motiejus | Uploaded full svg: https://github.com/NixOS/nixpkgs/issues/381280#issuecomment-2652896354
Good point re worker threads, I'll see if there are any, and profile those. | 07:45:51 |
motiejus | Unrelated: can I start lobbying a CFLAG -fno-omit-frame-pointer, at least on x86_64-linux? So I don't need to do such partial hacks. Some background reading by Brendan Gregg. | 07:48:14 |
motiejus | Relevant quote:
Fedora and Ubuntu have now returned frame pointers, which is great news. People should start running these releases in 2024 and will find that CPU flame graphs make more sense, Off-CPU flame graphs work for the first time, and other new things become possible. It's also a win for continuous profilers, as they don't need to convince their customers to make OS changes to get profiles to fully work.
As you can see, this debugging session would benefit from those greatly. :)
| 07:49:27 |
motiejus | * Relevant quote:
Fedora and Ubuntu have now returned frame pointers, which is great news. People should start running these releases in 2024 and will find that CPU flame graphs make more sense, Off-CPU flame graphs work for the first time, and other new things become possible. It's also a win for continuous profilers, as they don't need to convince their customers to make OS changes to get profiles to fully work.
As you can see, this debugging session would benefit from those greatly.
| 08:02:37 |
motiejus | Uploaded a bunch of flame graphs, probably including worker nodes (if I got the perf command right). | 08:26:07 |
motiejus | * Uploaded a bunch of flame graphs, probably including worker threads (if I got the perf command right). | 08:26:25 |
K900 | In reply to@motiejus:jakstys.lt Unrelated: can I start lobbying a CFLAG -fno-omit-frame-pointer, at least on x86_64-linux? So I don't need to do such partial hacks. Some background reading by Brendan Gregg. We tend to use debuginfo for this instead | 08:57:01 |
motiejus | Can you elaborate? | 09:07:19 |