1select 2 ts, 3 thread.tid as pid, 4 EXTRACT_ARG(arg_set_id, 'function') as func 5from instant 6join thread on instant.ref = thread.utid 7where instant.name = 'sched_blocked_reason';