mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-27 21:40:34 +02:00
Merged Whippet into libguile/whippet
This commit is contained in:
commit
db181e67ff
112 changed files with 18115 additions and 0 deletions
6
libguile/whippet/src/gc-tracepoint.c
Normal file
6
libguile/whippet/src/gc-tracepoint.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue