On 8/21/2019 12:00 PM, John Baldwin wrote: > dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = > count()'
Thanks, I am not familiar with dtrace at all. This command gives a syntax error 0(cage)# dtrace -n 'fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = count()' dtrace: invalid probe specifier fbt::_gone_in:entry { @counts[curthread->td_proc->p_comm] = count(): syntax error near end of input 1(cage)# _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"