Fix: --clock-force-correlate to handle trace collections gathered from various nodes
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index d256bdf55b69ea163068e08f6b3fadfaaa7765f9..29354a4a0eaa5f4503fec218c2aa0489a042d308 100644 (file)
@@ -46,6 +46,7 @@ struct trace_collection {
        uint64_t offset_first;
        int64_t delta_offset_first_sum;
        int offset_nr;
+       int clock_use_offset_avg;
 };
 
 extern int opt_all_field_names,
@@ -60,7 +61,7 @@ extern int opt_all_field_names,
        opt_trace_vpid_field,
        opt_loglevel_field,
        opt_delta_field,
-       opt_clock_raw,
+       opt_clock_cycles,
        opt_clock_seconds,
        opt_clock_date,
        opt_clock_gmt,
This page took 0.022795 seconds and 4 git commands to generate.