1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-27 05:30:23 +02:00
guile/libguile/whippet/src/gc-tracepoint.c
2025-04-11 14:10:41 +02:00

6 lines
178 B
C

#include <assert.h>
#ifdef GC_TRACEPOINT_LTTNG
#define LTTNG_UST_TRACEPOINT_DEFINE
#define LTTNG_UST_TRACEPOINT_CREATE_PROBES
#include "gc-lttng.h"
#endif // GC_TRACEPOINT_LTTNG