blob: 1344d9be79eb20a3ccc8a376a78146aa3323ecca [file] [log] [blame]
select
ts,
thread.tid as pid,
EXTRACT_ARG(arg_set_id, 'function') as func
from instant
join thread on instant.ref = thread.utid
where instant.name = 'sched_blocked_reason';