X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fsync_chain.h;h=8a6977c8cdba64a72d04c6bf83d85518c2779b32;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=076d1960ed8767d77b3711c621992ffa04f61e6b;hpb=9c7696b8589e76aed870b15cabd09a162d468621;p=lttv.git diff --git a/lttv/lttv/sync/sync_chain.h b/lttv/lttv/sync/sync_chain.h index 076d1960..8a6977c8 100644 --- a/lttv/lttv/sync/sync_chain.h +++ b/lttv/lttv/sync/sync_chain.h @@ -68,6 +68,8 @@ void printStats(SyncState* const syncState); void timeDiff(struct timeval* const end, const struct timeval* const start); +GArray* reduceFactors(AllFactors* allFactors); + gint gcfCompareProcessing(gconstpointer a, gconstpointer b); gint gcfCompareMatching(gconstpointer a, gconstpointer b); gint gcfCompareAnalysis(gconstpointer a, gconstpointer b);