1 #ifndef _LTT_MARKERS_FIELD_H
2 #define _LTT_MARKERS_FIELD_H
5 * Marker field support header.
7 * Mathieu Desnoyers, August 2007
15 LTT_TYPE_UNSIGNED_INT
,
25 unsigned long offset
; /* offset in the event data */
27 unsigned long alignment
;
28 unsigned long attributes
;
29 int static_offset
; /* boolean - private - is the field offset statically
30 * known with the preceding types ? */
34 static inline GQuark
marker_field_get_name(struct marker_field
*field
)
39 static inline enum ltt_type
marker_field_get_type(struct marker_field
*field
)
44 static inline unsigned long marker_field_get_size(struct marker_field
*field
)
49 #endif //_LTT_MARKERS_FIELD_H
This page took 0.041481 seconds and 4 git commands to generate.