X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregister_test%2Ftp.h;h=ced2478d228eab75dc88c53c2cac0100ce73ccf1;hb=761713489813aa1902901aa7e47ddb06465c5815;hp=f34f305410e082668a2fc42981c2509e90469f21;hpb=a5f09c2c8efcc5fc047178bef0acb73552cdf390;p=lttng-ust.git diff --git a/tests/register_test/tp.h b/tests/register_test/tp.h index f34f3054..ced2478d 100644 --- a/tests/register_test/tp.h +++ b/tests/register_test/tp.h @@ -1,4 +1,11 @@ -/* Copyright (C) 2009 Pierre-Marc Fournier +#undef TRACE_SYSTEM +#define TRACE_SYSTEM tp + +#if !defined(_TRACE_TP_H) || defined(TRACE_HEADER_MULTI_READ) +#define _TRACE_TP_H + +/* + * Copyright (C) 2011 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -17,6 +24,17 @@ #include -DECLARE_TRACE(hello_tptest, - TP_PROTO(int anint), - TP_ARGS(anint)); +TRACEPOINT_EVENT(hello_tptest, + TP_PROTO(int anint), + TP_VARS(anint), + TP_FIELDS()); + +#endif /* _TRACE_TP_H */ + +#undef TRACE_INCLUDE_PATH +#define TRACE_INCLUDE_PATH . +#undef TRACE_INCLUDE_FILE +#define TRACE_INCLUDE_FILE tp + +/* This part must be outside protection */ +#include