X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching_broadcast.c;h=1f3ec560b15a5caf322bd4be231e3c20d6f6926e;hb=1d597550379cb00832f73bd5402918fd6ed2e9df;hp=7579a4ac65f6724fdc2751b210c56c6485531784;hpb=66eaf2eba602c331d08677dbb59ec3f9e40f0ccc;p=lttv.git diff --git a/lttv/lttv/sync/event_matching_broadcast.c b/lttv/lttv/sync/event_matching_broadcast.c index 7579a4ac..1f3ec560 100644 --- a/lttv/lttv/sync/event_matching_broadcast.c +++ b/lttv/lttv/sync/event_matching_broadcast.c @@ -31,11 +31,6 @@ #include "event_matching_broadcast.h" -#ifndef g_info -#define g_info(format...) g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format) -#endif - - // Functions common to all matching modules static void initMatchingBroadcast(SyncState* const syncState); static void destroyMatchingBroadcast(SyncState* const syncState); @@ -67,7 +62,7 @@ static MatchingModule matchingModuleBroadcast = { .finalizeMatching= &finalizeMatchingBroadcast, .printMatchingStats= &printMatchingStatsBroadcast, .graphFunctions= { - .writeTraceTimePlots= &writeMatchingGraphsPlotsBroadcast, + .writeTraceTimeForePlots= &writeMatchingGraphsPlotsBroadcast, } }; @@ -374,7 +369,7 @@ static void openGraphDataFiles(SyncState* const syncState) MatchingGraphsBroadcast* graphs= ((MatchingDataBroadcast*) syncState->matchingData)->graphs; - cwd= changeToGraphDir(syncState->graphsDir); + cwd= changeToGraphsDir(syncState->graphsDir); graphs->accuracyPoints= malloc(syncState->traceNb * sizeof(FILE**)); graphs->pointsNb= malloc(syncState->traceNb * sizeof(unsigned int*)); @@ -494,7 +489,7 @@ static void writeMatchingGraphsPlotsBroadcast(SyncState* const syncState, const { fprintf(syncState->graphsStream, "\t\"matching_broadcast-%03d_and_%03d.data\" " - "title \"Broadcast delays\" with points " + "title \"Broadcast differential delays\" with points " "linecolor rgb \"black\" pointtype 6 pointsize 2, \\\n", i, j); }