blob: be621d95b332e46c2a99c138e9738be565cc2548 [file] [log] [blame] [edit]
// 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"
}
}
}