Skip to content

chzyer/godtrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godtrace

dtrace in Go

Usage

see godtrace

Enable kernel modules in EI Capitan

If you got the same error as follows:

$ sudo dtrace -n 'io:::{}'
dtrace: invalid probe specifier io:::{}: probe description io::: does not match any probes

Then you need to disable rootless for dtrace.

Hold ⌘R during reboot
From the Utilities menu, run Terminal
csrutil enable --without dtrace
reboot

Libdtrace document

http://dev.lrem.net/tcldtrace/wiki/LibDtrace

Dynamic Tracing Guide

http://dtrace.org/guide/bookinfo.html

Dtrace Tools

http://www.brendangregg.com/dtrace.html

About

(go dtrace) Go binding for libdtrace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors