Devel-DTrace-Provider version 1.00
==================================
This is Perl bindings for libusdt, which allows you to create DTrace
providers at runtime, from your Perl code.
See: https://github.com/chrisa/libusdt
Installation
------------
To install this module type the following:
perl Makefile.PL
make
make test
make install
Example Usage
-------------
use Devel::DTrac
more»
libusdt
=======
This is "libusdt", an extraction into a C library of the common parts
of ruby-dtrace[1], perl-dtrace[2] and node-dtrace-provider[3].
Those individual language-specific implementations will then become
bindings to this library, rather than containing their own
implementations of DOF generation and probe creation. Other dynamic
language bindings could then easily follow.
The idea
more»
Revision history for Perl extension Devel::DTrace::Provider.
0.02 Mon Oct 13 10:49:30 2008
Formalise argument types, and check at fire time. Improves
conversion of probe arguments to C strings and ints.
0.01 Fri Sep 12 17:16:04 2008
Initial version, supporting Intel Solaris and OSX only.