X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing_lttng_standard.h;h=3875e39850357312256c0d74d3daebada57eb51f;hb=2f7298ac147e58cfbbc54cf11879877a2cc7c221;hp=95c4be06cf1a11f4947aaf07534296466579a42f;hpb=f6691532b67cb6911749118e3da8d74de876380c;p=lttv.git diff --git a/lttv/lttv/sync/event_processing_lttng_standard.h b/lttv/lttv/sync/event_processing_lttng_standard.h index 95c4be06..3875e398 100644 --- a/lttv/lttv/sync/event_processing_lttng_standard.h +++ b/lttv/lttv/sync/event_processing_lttng_standard.h @@ -16,8 +16,8 @@ * MA 02111-1307, USA. */ -#ifndef EVENT_PROCESSING_LTTV_STANDARD_H -#define EVENT_PROCESSING_LTTV_STANDARD_H +#ifndef EVENT_PROCESSING_LTTNG_STANDARD_H +#define EVENT_PROCESSING_LTTNG_STANDARD_H #include @@ -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