| // This is an example config to be used with the --probe-config switch. Set | |
| // `script_path` to the path of your own DTrace script. The script should | |
| // generate output through stdout which will be redirected to an output file. | |
| { | |
| "probes": { | |
| "dtrace": { | |
| "script_path": "./dtrace.config.example.d" | |
| } | |
| } | |
| } |