X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftracepoint%2Fbenchmark%2Ftracepoint_benchmark.h;h=3b735ff224ba6469a1810ce470ca513f3449d1c5;hb=3c82ede91f6c984248977a5f81eed3f7d1badfce;hp=f96f4622595c5b67482fc8a0834ce374dca75302;hpb=8d71973c9b5596f5732741975d4334a3abb3ba2a;p=ust.git diff --git a/tests/tracepoint/benchmark/tracepoint_benchmark.h b/tests/tracepoint/benchmark/tracepoint_benchmark.h index f96f462..3b735ff 100644 --- a/tests/tracepoint/benchmark/tracepoint_benchmark.h +++ b/tests/tracepoint/benchmark/tracepoint_benchmark.h @@ -1,3 +1,40 @@ +#undef TRACE_SYSTEM +#define TRACE_SYSTEM tracepoint_benchmark + +#if !defined(_TRACE_TRACEPOINT_BENCHMARK_H) || defined(TRACE_HEADER_MULTI_READ) +#define _TRACE_TRACEPOINT_BENCHMARK_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 + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include -DECLARE_TRACEPOINT(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v)); +TRACEPOINT_EVENT(ust_event, + TP_PROTO(unsigned int v), + TP_ARGS(v), + TP_FIELDS()); + +#endif /* _TRACE_TRACEPOINT_BENCHMARK_H */ + +#undef TRACE_INCLUDE_PATH +#define TRACE_INCLUDE_PATH . +#undef TRACE_INCLUDE_FILE +#define TRACE_INCLUDE_FILE tracepoint_benchmark + +/* This part must be outside protection */ +#include