Use a timescale without correction in the graphs
[lttv.git] / lttv / lttv / sync / event_processing_lttng_standard.h
index 95c4be06cf1a11f4947aaf07534296466579a42f..e43f4254b0b7721de19288fed7afd237d96ce2f2 100644 (file)
@@ -34,6 +34,12 @@ typedef struct
                totOutE;
 } ProcessingStatsLTTVStandard;
 
+typedef struct
+{
+       uint32_t freqScale;
+       uint64_t startFreq;
+} ProcessingGraphsLTTVStandard;
+
 typedef struct
 {
        LttvTracesetContext* traceSetContext;
@@ -47,10 +53,12 @@ typedef struct
        // LttvTraceHook hookListList[traceNum][hookNum]
        GArray* hookListList;
 
-       // inE* pendingRecv[traceNb]
+       // inE* pendingRecv[traceNum]
        GHashTable** pendingRecv;
 
        ProcessingStatsLTTVStandard* stats;
+       // ProcessingGraphsLTTVStandard graphs[traceNum]
+       ProcessingGraphsLTTVStandard* graphs;
 } ProcessingDataLTTVStandard;
 
 #endif
This page took 0.02248 seconds and 4 git commands to generate.