Skip to content

Instantly share code, notes, and snippets.

@jubalskaggs
Created December 17, 2018 22:34
Show Gist options
  • Save jubalskaggs/fa89e4065357182698f1b2e444e57ce9 to your computer and use it in GitHub Desktop.
Save jubalskaggs/fa89e4065357182698f1b2e444e57ce9 to your computer and use it in GitHub Desktop.
dtrace
[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