Closed wks closed 5 months ago
In eBPF-based timeline visualization, we add the number of slots and whether the workpacket is from roots as arguments of the ProcessEdgesWork work packets.
ProcessEdgesWork
FYI, the arguments (is_roots and num_slots) can be seen on the bottom panel of Perfetto UI when you click on a ProcessEdgesWork work packet.
is_roots
num_slots
In eBPF-based timeline visualization, we add the number of slots and whether the workpacket is from roots as arguments of the
ProcessEdgesWork
work packets.