497c25391887d2346c74e6f0d7c20d3843b4ba25
1 #undef TRACEPOINT_PROVIDER
2 #define TRACEPOINT_PROVIDER tp
4 #if !defined(_TRACEPOINT_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
5 #define _TRACEPOINT_TP_H
8 * Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
10 * SPDX-License-Identifier: LGPL-2.1-only
14 #include <lttng/tracepoint.h>
16 TRACEPOINT_EVENT(tp
, the_string
,
23 ctf_integer(int, i
, i
)
24 ctf_integer(long, arg_i
, arg_i
)
29 #endif /* _TRACEPOINT_TP_H */
31 #undef TRACEPOINT_INCLUDE_FILE
32 #define TRACEPOINT_INCLUDE_FILE ./tp.h
34 /* This part must be outside ifdef protection */
35 #include <lttng/tracepoint-event.h>
This page took 0.047637 seconds and 3 git commands to generate.