man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2014
 
 

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

INTERFACES

The interfaces provided by libdtrace.so.1 are currently private to the implementation of the Solaris 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 Solaris 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(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/dtrace
Interface Stability
Private
MT-Level
Unsafe

See also

dtrace(1M), attributes(5), dtrace(7D)

Solaris Dynamic Tracing Guide