# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([lttv], [0.12.26-28012010], [ltt-dev@lists.casi.polymtl.ca])
+AC_INIT([lttv], [0.12.27-29012010], [ltt-dev@lists.casi.polymtl.ca])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AM_PROG_LIBTOOL
#lttv/modules/gui/tutorial/Makefile
#lttv/modules/gui/diskperformance/Makefile
- #FIXME: disabled by Mathieu Desnoyers, does not build on x86_64
- #lttv/lttv/sync/Makefile
AC_CONFIG_FILES([Makefile
lttv/Makefile
lttv/lttv/Makefile
+ lttv/lttv/sync/Makefile
lttv/modules/Makefile
lttv/modules/text/Makefile
lttv/modules/gui/Makefile
0.12.24<br>
0.12.25<br>
0.12.26<br>
+0.12.27<br>
</td>
<td style="vertical-align: top;">
0.173<br>
LTTng 0.185 coexists peacefully with trace event.<br>
LTTng 0.186 and 0.186o fixes !CPUFREQ config for arm omap3 tracing.<br>
LTTng 0.187 and 0.188, for kernel 2.6.32.4, fixes x86-32 apm cpu idle instrumentation.<br>
-LTTng 0.12.26 fixes a backward position seek wrap-around (time underflow) issue
+LTTV 0.12.26 fixes a backward position seek wrap-around (time underflow) issue
with the detailed event list.<br>
+LTTV 0.12.27 temporarily disables the new network sync module, which causes a
+build failure on 64-bit.<br>
</td>
<td style="vertical-align: top;">
</td>
-#Disabled by Mathieu Desnoyers: Build issue on x86_64 (FIXME)
-#SUBDIRS= sync
+SUBDIRS= sync
AM_CFLAGS= $(PACKAGE_CFLAGS)
LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la
AM_CFLAGS= $(PACKAGE_CFLAGS)
LDADD = $(M_LIBS) $(GLPK_LIBS)
-check_PROGRAMS = unittest
+#Mathieu: does not build on x86 64, disable.
+#check_PROGRAMS = unittest
+#
+#unittest_SOURCES = \
+# data_structures.c\
+# graph_functions.c\
+# sync_chain.c\
+# sync_chain_unittest.c\
+# event_processing_text.c\
+# event_matching_broadcast.c\
+# event_matching_distributor.c\
+# event_matching_tcp.c\
+# event_analysis_chull.c\
+# event_analysis_eval.c\
+# event_analysis_linreg.c
-unittest_SOURCES = \
- data_structures.c\
- graph_functions.c\
- sync_chain.c\
- sync_chain_unittest.c\
- event_processing_text.c\
- event_matching_broadcast.c\
- event_matching_distributor.c\
- event_matching_tcp.c\
- event_analysis_chull.c\
- event_analysis_eval.c\
- event_analysis_linreg.c
+noinst_HEADERS = \
+ data_structures.h \
+ event_analysis_chull.h \
+ event_analysis_eval.h \
+ event_analysis.h \
+ event_analysis_linreg.h \
+ event_matching_broadcast.h \
+ event_matching_distributor.h \
+ event_matching.h \
+ event_matching_tcp.h \
+ event_processing.h \
+ event_processing_lttng_common.h \
+ event_processing_lttng_null.h \
+ event_processing_lttng_standard.h \
+ event_processing_text.h \
+ graph_functions.h \
+ lookup3.h \
+ sync_chain.h \
+ sync_chain_lttv.h
lttv_context_init(tc, traceset);
- syncTraceset(tc);
+ /* Disabled by Mathieu, does not build on x86_64 */
+ /* syncTraceset(tc); */
lttv_state_add_event_hooks(tc);
if(a_stats) lttv_stats_add_event_hooks(tscs);
LTTV_MODULE("batchAnalysis", "Batch processing of a trace", \
"Run through a trace calling all the registered hooks", \
- init, destroy, "state", "stats", "option","textFilter", "sync")
+ /* init, destroy, "state", "stats", "option","textFilter", "sync") */
+ init, destroy, "state", "stats", "option","textFilter")