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

libdtrace - DTrace dynamic tracing software library

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.

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.

/usr/lib/libdtrace.so.1

shared object

/usr/lib/64/libdtrace.so.1

64-bit shared object

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

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Private
MT-Level Unsafe

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

Dynamic Tracing Guide:

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

December 10, 2017 OmniOS