Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Mar 2023 06:20:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        dtrace@FreeBSD.org
Subject:   [Bug 269906] dtrace_kinst: dtrace requires empty expression to print anything from matching search
Message-ID:  <bug-269906-32976-o46IMJ5JP1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269906-32976@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269906-32976@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269906

Christos Margiolis <christos@margiolis.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christos@margiolis.net

--- Comment #1 from Christos Margiolis <christos@margiolis.net> ---
(In reply to Mina Gali=C4=87 from comment #0)

A predicate requires a body, this is not a kinst bug.
FBT does the same thing:

# dtrace -n 'fbt::virtqueue_poll: /cpu =3D=3D 1/'
dtrace: invalid probe specifier fbt::virtqueue_poll: /cpu =3D=3D 1/: syntax=
 error
near end of input

# dtrace -n 'fbt::virtqueue_poll: /cpu =3D=3D 1/{}'
dtrace: description 'kinst::virtqueue_poll: ' matched 2 probes

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269906-32976-o46IMJ5JP1>