Add trace:domain,trace:procname,trace:pid support
[babeltrace.git] / include / babeltrace / format.h
index 5cf795a76418f5f281b826a5f33b455e001dec93..46120fafe66de55e8e8e344038f42429c2f4c196 100644 (file)
@@ -43,7 +43,8 @@ struct mmap_stream_list {
 struct format {
        GQuark name;
 
-       struct trace_descriptor *(*open_trace)(const char *path, int flags,
+       struct trace_descriptor *(*open_trace)(const char *collection_path,
+                       const char *path, int flags,
                        void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset,
                                int whence), FILE *metadata_fp);
        struct trace_descriptor *(*open_mmap_trace)(
This page took 0.023245 seconds and 4 git commands to generate.