Created
December 17, 2018 22:34
-
-
Save jubalskaggs/fa89e4065357182698f1b2e444e57ce9 to your computer and use it in GitHub Desktop.
dtrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@g0 ~]# dtrace -n 'fbt:xhci::entry{ @[probefunc] = count(); }' | |
dtrace: description 'fbt:xhci::entry' matched 190 probes | |
^C | |
[root@g0 ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment