Macros | Functions | Variables
lttng_ust.h File Reference
#include <lttng/tracepoint.h>
#include <lttng/tracepoint-event.h>
Include dependency graph for lttng_ust.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _LTTNG_UST_H
 
#define TRACEPOINT_CONTEXT(provider, event)   TRACEPOINT_EVENT(provider, event, TP_ARGS(unsigned, v, const char *, s), TP_FIELDS(ctf_string(name, s) ctf_integer(unsigned, on, v)))
 
#define tracepoint_context(provider, event, name)   TracepointContext__##provider__##event __tracepoint_context_##provider__##event(name);
 
#define TRACEPOINT_INCLUDE_FILE   ./lttng_ust.h
 
#define TRACEPOINT_NAMED_EVENT(provider, event)   TRACEPOINT_EVENT(provider, event, TP_ARGS(const char *, s), TP_FIELDS(ctf_string(name, s)))
 
#define TRACEPOINT_PROVIDER   orocos_rtt
 

Functions

 TP_ARGS (unsigned, v)
 
 TP_ARGS (unsigned, v, const char *, s)
 
 TP_FIELDS (ctf_integer(unsigned, value, v))) TRACEPOINT_EVENT(orocos_rtt
 
 TRACEPOINT_EVENT (orocos_rtt, thread_init, TP_ARGS(const char *, n), TP_FIELDS(ctf_string(name, n))) TRACEPOINT_EVENT(orocos_rtt
 

Variables

 InputPort_read
 
 thread_scope
 

Macro Definition Documentation

#define _LTTNG_UST_H

Definition at line 6 of file lttng_ust.h.

#define TRACEPOINT_CONTEXT (   provider,
  event 
)    TRACEPOINT_EVENT(provider, event, TP_ARGS(unsigned, v, const char *, s), TP_FIELDS(ctf_string(name, s) ctf_integer(unsigned, on, v)))
#define tracepoint_context (   provider,
  event,
  name 
)    TracepointContext__##provider__##event __tracepoint_context_##provider__##event(name);
#define TRACEPOINT_INCLUDE_FILE   ./lttng_ust.h
#define TRACEPOINT_NAMED_EVENT (   provider,
  event 
)    TRACEPOINT_EVENT(provider, event, TP_ARGS(const char *, s), TP_FIELDS(ctf_string(name, s)))
#define TRACEPOINT_PROVIDER   orocos_rtt

Definition at line 3 of file lttng_ust.h.

Function Documentation

TP_ARGS ( unsigned  ,
 
)
TP_ARGS ( unsigned  ,
,
const char *  ,
 
)
TP_FIELDS ( ctf_integer(unsigned, value, v)  )
TRACEPOINT_EVENT ( orocos_rtt  ,
thread_init  ,
TP_ARGS(const char *, n)  ,
TP_FIELDS(ctf_string(name, n))   
)

Variable Documentation

InputPort_read

Definition at line 67 of file lttng_ust.h.

thread_scope

Definition at line 32 of file lttng_ust.h.



rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:45