On Fri, Jul 30, 2021, Steven Rostedt wrote: > > Currently it only supports simple SQL of the type: > > SELECT start.common_pid AS pid, end.common_timestamp.usecs AS usecs > FROM sched_waking AS start on sched_switch AS end ^ JOIN > ON start.pid = end.next_pid >