Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2019 12:08:14 -0400
From:      mike tancsa <mike@sentex.net>
To:        John Baldwin <jhb@FreeBSD.org>, freebsd-stable@freebsd.org
Subject:   Re: svn commit: r351246 - in stable: 11/sys/opencrypto 12/sys/opencrypto
Message-ID:  <eb53fa90-5dfb-8341-f402-d4b2f7a71b5e@sentex.net>
In-Reply-To: <3101bd14-316a-baaa-6269-297903c45f23@FreeBSD.org>
References:  <201908200130.x7K1UajV079446@repo.freebsd.org> <c31bca3a-dd62-d828-5f57-30b4e210f084@sentex.net> <3101bd14-316a-baaa-6269-297903c45f23@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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)#





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eb53fa90-5dfb-8341-f402-d4b2f7a71b5e>