aboutsummaryrefslogtreecommitdiff
path: root/Include/Readme
blob: 4aa46881e8f43d3079817666d58f1bd298c5d315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Include - include scripts for D scripting

   This directory contains files that can be included for use with D scripts.

   There are two types of include files,

   *.h
	These can be included using,

	#!/usr/sbin/dtrace -Cs
	#include <filename.h>

   *.d
	These must be copyied to a translator directory (/usr/lib/dtrace),
	and should be automatically pulled in.

   This directory does not contain runnable DTrace scripts.