libusdt
libusdt copied to clipboard
Create DTrace probes at runtime
On recent FreeBSD distros, there is no `gcc` binary. If you install the `gcc` package, you have binaries like `gcc48` and `g++48`. Or there's the other `clang` project, which is...
libusdt's raw DOF-loading routines are useful in other contexts, like dynamically loading ustack helpers. They're not part of the public API though, and perhaps ought to be. Unfortunately the core...
This allows a much simpler wrapping of libusdt by Python's ctypes module since Python no longer needs to deference the probe from the probedef in order to fire it. This...
Building fails on Solaris 11. Solaris 11 uses GCC 4.5.2. I have node.js 0.10.28 build and installed with DTrace support. Building fails: ``` bash [root@elena ~/.npm/stackvis/0.2.0/package/node_modules/manta/node_modules/watershed]# npm install npm http...
``` ... # Failed test 'type 'i' arg 30 is 31' # at test.pl line 36. # '' # doesn't match '(?^:arg30:'31')' # Failed test 'type 'i' arg 31 is...