LTTng control library C API
Loading...
Searching...
No Matches
lttng_event_field Struct Reference

LTTng tracepoint field description. More...

#include <event.h>

Collaboration diagram for lttng_event_field:

Data Fields

struct lttng_event event
 Descriptor of the tracepoint which contains this field.
 
char field_name [LTTNG_SYMBOL_NAME_LEN]
 Field name.
 
int nowrite
 0 if LTTng writes this field to an event record, or 1 otherwise.
 
enum lttng_event_field_type type
 Field data type.
 

Detailed Description

LTTng tracepoint field description.

lttng_list_tracepoint_fields() sets a pointer to an array of all the tracepoint field descriptions of a given tracing domain.