1 #ifndef SRC_NODE_LTTNG_TP_H_     2 #define SRC_NODE_LTTNG_TP_H_     4 #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS     6 #undef TRACEPOINT_PROVIDER     7 #define TRACEPOINT_PROVIDER node     9 #undef TRACEPOINT_INCLUDE    10 #define TRACEPOINT_INCLUDE "./node_lttng_tp.h"    12 #if !defined(__NODE_LTTNG_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ)    13 #define __NODE_LTTNG_TP_H    15 #include <lttng/tracepoint.h>    37     ctf_integer(
int, port, port)
    38     ctf_string(remote, remote)
    39     ctf_integer(
int, fd, fd))
    59     ctf_integer(
int, port, port)
    60     ctf_string(remote, remote)
    61     ctf_integer(
int, fd, fd))
    65   net_server_connection,
    72     ctf_string(remote, remote)
    73     ctf_integer(
int, port, port)
    74     ctf_integer(
int, fd, fd)
    75     ctf_integer(
int, buffered, buffered))
    85     ctf_string(remote, remote)
    86     ctf_integer(
int, port, port)
    87     ctf_integer(
int, fd, fd))
    94     const char*, gcflags),
    96     ctf_string(gctype, gctype)
    97     ctf_string(gcflags, gcflags))
   105     const char*, gcflags),
   107     ctf_string(gctype, gctype)
   108     ctf_string(gcflags, gcflags))
   112 #include <lttng/tracepoint-event.h>