Go to main content

Oracle® Solaris 11.3 DTrace (Dynamic Tracing) Guide

Exit Print View

Updated: July 2018
 
 
Chapter 2

D Programming Language

D is a systems programming language that enables you to interface with the operating system application programming interface (APIs) and with the hardware. This chapter describes the overall structure of a D program and features for constructing probe descriptions that match more than one probe. You can also use the C preprocessor cpp with D programs.