KDAB / hotspot

The Linux perf GUI for performance analysis.
4.05k stars 250 forks source link

fix: crash if samples have different amount of costs associated #636

Closed lievenhey closed 3 months ago

lievenhey commented 3 months ago

If we have a recording with the following layout: A B C where A: part where function f is accessed B: list samples C: part where function g is accessed then f won't have the lost events cost while g does. This will cause a crash when the model tries to access it

fixes: #629