Fix some missing links
[benchmarks.git] / ust-systemtap-tracepoints / trace.h
... / ...
CommitLineData
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.021274 seconds and 4 git commands to generate.