https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269906
Christos Margiolis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Christos Margiolis <[email protected]> --- (In reply to Mina Galić 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 == 1/' dtrace: invalid probe specifier fbt::virtqueue_poll: /cpu == 1/: syntax error near end of input # dtrace -n 'fbt::virtqueue_poll: /cpu == 1/{}' dtrace: description 'kinst::virtqueue_poll: ' matched 2 probes -- You are receiving this mail because: You are the assignee for the bug.
