Use tracepoint definition files directly

This commit is contained in:
Christophe Bedard 2019-06-18 10:01:54 +02:00
parent 4cfd83809a
commit f728cd467b
5 changed files with 52 additions and 29 deletions

View file

@ -15,7 +15,7 @@
#include "tracetools/tracetools.h"
#if defined(WITH_LTTNG) && !defined(_WIN32)
# include "tp_call.h"
# include "tracetools/tp_call.h"
# define CONDITIONAL_TP(...) \
tracepoint(__VA_ARGS__)
#else