mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-07 10:00:23 +02:00
Add build support for tracepoints via lttng-ust
This commit is contained in:
parent
b517464d7f
commit
cca54736a0
6 changed files with 126 additions and 5 deletions
6
src/gc-tracepoint.c
Normal file
6
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