X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fgraph_functions.h;h=55f9a13b6e4dfe6046d012f5405d1ea2b2cf866a;hb=c6356aa749f534f9bc0aa6315d41bff0e69a6ef9;hp=d0b76948ee6e213530e75da7e497b58c34610acc;hpb=66eaf2eba602c331d08677dbb59ec3f9e40f0ccc;p=lttv.git diff --git a/lttv/lttv/sync/graph_functions.h b/lttv/lttv/sync/graph_functions.h index d0b76948..55f9a13b 100644 --- a/lttv/lttv/sync/graph_functions.h +++ b/lttv/lttv/sync/graph_functions.h @@ -31,11 +31,13 @@ typedef struct GraphVariableFunction* writeVariables; /* This is for graphs where the data on both axis is in the range of * timestamps */ - GraphFunction* writeTraceTracePlots; + GraphFunction* writeTraceTraceForePlots; + GraphFunction* writeTraceTraceBackPlots; GraphFunction* writeTraceTraceOptions; /* This is for graphs where the data on the abscissa is in the range of * timestamps and the ordinates is in the range of timestamp deltas */ - GraphFunction* writeTraceTimePlots; + GraphFunction* writeTraceTimeForePlots; + GraphFunction* writeTraceTimeBackPlots; GraphFunction* writeTraceTimeOptions; } GraphFunctions;