X-Git-Url: https://git.liburcu.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fregister_test%2Ftp.h;h=86d340c78ff4411c03c55e3b95ffaa14d88a026f;hp=ee5fd0221c3ab78e1b8ef450561f94aeac834c68;hb=8161463975e218e0833d31ab1577a7ceb9e8e9f3;hpb=67a61c6786237e53ed7f0c7dce11b3a56a05364f diff --git a/tests/register_test/tp.h b/tests/register_test/tp.h index ee5fd02..86d340c 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_TRACEPOINT(hello_tptest, - TP_PROTO(int anint), - TP_ARGS(anint)); +TRACEPOINT_EVENT(hello_tptest, + TP_PROTO(int anint), + TP_ARGS(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