Real fix for the probe...
[benchmarks.git] / ust-systemtap-tracepoints / trace.h
1 #ifdef HAVE_SYSTEMTAP
2 // include the generated probes header and put markers in code
3 #include "probes.h"
4 #define TRACE(probe) probe
5 #else
6 // Wrap the probe to allow it to be removed when no systemtap available
7 #define TRACE(probe)
8 #endif
This page took 0.031032 seconds and 5 git commands to generate.