I'm actually seeing the work period slices showing up just fine
The problem is that they are just all at the very very end of the trace all scrunched up. You need to zoom in a lot to the end.
In fact, what you seem to have here is some sort of clock synchronization problem: your Chrome events are being emitted far far before all the ftrace events and it's not at all clear to me why that would be. Something very weird is going on that I've never seen before.
You might need to binary search changes to your config to see where the issue is coming from (i.e. removing pieces of the Chrome config etc).