xref: /netbsd-src/external/cddl/dtracetoolkit/dist/Code/Readme (revision c29d51755812ace2e87aeefdb06cb2b4dac7087a)
1*c29d5175SchristosCode - Example Programs
2*c29d5175Schristos
3*c29d5175Schristos   This directory contains example software sorted by language, which may
4*c29d5175Schristos   be used as the target for DTrace scripts. These examples are simple and
5*c29d5175Schristos   to the point, and are intended as example targets for when learing
6*c29d5175Schristos   DTrace.
7*c29d5175Schristos
8*c29d5175Schristos   Some people attempt to learn DTrace by tracing their complex real
9*c29d5175Schristos   world application first. That's the hard way. Try these programs instead,
10*c29d5175Schristos   and once you are confident here, move onto harder targets.
11*c29d5175Schristos
12*c29d5175Schristos   Some of these programs feature in the example files in the /Examples
13*c29d5175Schristos   directory.
14*c29d5175Schristos
15*c29d5175Schristos   This directory does not contain DTrace scripts.
16*c29d5175Schristos
17