LIBDTRACE(3LIB) Interface Libraries LIBDTRACE(3LIB)


NAME


libdtrace - DTrace dynamic tracing software library

DESCRIPTION


Functions in this library define the interface for interacting with the
DTrace dynamic tracing software, including the D language compiler and
facilities for enabling probes and consuming trace data.

INTERFACES


The interfaces provided by libdtrace.so.1 are currently private to the
implementation of the illumos system and DTrace subsystem and are subject
to change at any time without notice. Applications using these
interfaces might fail to run on future releases. Refer to the Dynamic
Tracing Guide for a description of the public documented interfaces
available for the DTrace facility.

FILES


/usr/lib/libdtrace.so.1
shared object


/usr/lib/64/libdtrace.so.1
64-bit shared object


ATTRIBUTES


See attributes(7) for descriptions of the following attributes:


+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|Interface Stability | Private |
+--------------------+-----------------+
|MT-Level | Unsafe |
+--------------------+-----------------+

SEE ALSO


dtrace(4D), attributes(7), dtrace(8)


Dynamic Tracing Guide:


https://illumos.org/books/dtrace/


December 10, 2017 LIBDTRACE(3LIB)