Hi all,

Is it possible to filter out probes?
For example, if I did:

dtrace -n 'fbt:kernel::entry { something_here }'

but I specifically do not want fbt:entry:SOMETHING:entry, is that
possible? I know that I can run grep -v, but it still shows the output
from "something_here".

Thank you,
--
Farhan Khan
PGP Fingerprint: B28D 2726 E2BC A97E 3854 5ABE 9A9F 00BC D525 16EE
_______________________________________________
freebsd-dtrace@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace
To unsubscribe, send any mail to "freebsd-dtrace-unsubscr...@freebsd.org"

Reply via email to