dtrace -n profile-1003'/cpu == 23/{@[cpu,stack()]=count();}' -n tick-10s'{trunc(@,33);printa(@);exit(0);}'