#!/usr/sbin/dtrace -s profile-1ms /((curthread->t_cpu->cpu_intr_actv - 16384) > 0)/ { @a[stack(20)]=count(); }