Add "-n trace" option to print trace name
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 61349152fbb426df2430fd3f64ea69c5d9282276..b9157567ff4bbfca880e5ba2ce8dcdd6169ef1d8 100644 (file)
@@ -36,6 +36,7 @@ struct ctf_event;
 struct ctf_stream {
        struct ctf_stream_class *stream_class;
        uint64_t timestamp;                     /* Current timestamp, in ns */
+       uint64_t event_id;                      /* Current event ID */
        int has_timestamp;
        uint64_t stream_id;
 
@@ -101,6 +102,7 @@ struct ctf_trace {
 
        /* Heap of streams, ordered to always get the lowest timestam */
        struct ptr_heap *stream_heap;
+       char path[PATH_MAX];
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.026004 seconds and 4 git commands to generate.