Add a processing module that reads events from a text file
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 27 Nov 2009 16:09:44 +0000 (11:09 -0500)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 18 Dec 2009 19:04:17 +0000 (14:04 -0500)
commit48b641c1f6320eca569b2894f253d9d815250d45
treea3664e802794f113e23ab4f3f6ff356aa7eb15c0
parentb670bb7cf8ff6e781462434a2273e47e055e54db
Add a processing module that reads events from a text file

This is particularly useful for unitests.

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
lttv/lttv/sync/Makefile.am
lttv/lttv/sync/README
lttv/lttv/sync/event_analysis_chull.c
lttv/lttv/sync/event_processing_lttng_standard.c
lttv/lttv/sync/event_processing_text.c [new file with mode: 0644]
lttv/lttv/sync/event_processing_text.h [new file with mode: 0644]
lttv/lttv/sync/sync_chain_unittest.c
This page took 0.023511 seconds and 4 git commands to generate.