/* Generate probes.h header file with: dtrace -o probes.h -h -s probes.d */ provider golang { probe ping(int); probe pong(int); };