[ltt-dev] pull request: lttv distributed trace synchronization

Benjamin Poirier benjamin.poirier at polymtl.ca
Fri Dec 18 17:54:55 EST 2009


Pierre-Marc Fournier wrote:
> Benjamin Poirier wrote:
>   
>> Hello,
>>
>> The following patches add support to lttv for synchronizing distributed traces. Only the first two patches should have an impact on lttv even when synchronization is not enabled. To use synchronization, record traces with ltt-armall -n and start lttv with --sync. Please see lttv/lttv/sync/README for much more details regarding usage, design and algorithms.
>>
>> Please pull from
>> 	git://hal.drap.polymtl.ca/lttv-sync.git for-pmf
>>
>> Thank you,
>> -Ben
>>
>>     
>
> sync/event_analysis_eval.c: In function 'destroyAnalysisEval':
> sync/event_analysis_eval.c:534: warning: unused variable 'j'
> sync/event_analysis_eval.c: In function 'printAnalysisStatsEval':
> sync/event_analysis_eval.c:997: error: 'AnalysisStatsEval' has no member
> named 'chFactorsArray'
> sync/event_analysis_eval.c:998: error: 'AnalysisStatsEval' has no member
> named 'lpFactorsArray'
> sync/event_analysis_eval.c: At top level:
> sync/event_analysis_eval.c:126: warning: 'finalizeAnalysisEvalLP'
> declared inline after being called
> sync/event_analysis_eval.c:126: warning: previous declaration of
> 'finalizeAnalysisEvalLP' was here
> make[4]: *** [event_analysis_eval.o] Error 1
>   
My bad, sorry. Please try again, now includes "Fixes for building
without libglpk" ;)

-Ben




More information about the lttng-dev mailing list