Store graph callbacks in a structure
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Mon, 16 Nov 2009 22:04:54 +0000 (17:04 -0500)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 18 Dec 2009 19:04:17 +0000 (14:04 -0500)
commit467066eeab8b0a4e5ea07d24f1840310730fd470
tree79302700502c5ec2f729fd65e777c4d9f8003cfd
parentffa21cfde7a086c1558b961ffa0fcbe75513a7f6
Store graph callbacks in a structure

Also support two classes of graphs: with "trace-trace" scale (both axes
present timestamp data); with "trace-time" scale (horizontal axis presents
timestamp data, vertical axis presents difference between timstamps)

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
17 files changed:
lttv/lttv/Makefile.am
lttv/lttv/sync/data_structures.h
lttv/lttv/sync/event_analysis.h
lttv/lttv/sync/event_analysis_chull.c
lttv/lttv/sync/event_analysis_eval.c
lttv/lttv/sync/event_analysis_linreg.c
lttv/lttv/sync/event_matching.h
lttv/lttv/sync/event_matching_broadcast.c
lttv/lttv/sync/event_matching_distributor.c
lttv/lttv/sync/event_matching_tcp.c
lttv/lttv/sync/event_processing.h
lttv/lttv/sync/event_processing_lttng_null.c
lttv/lttv/sync/event_processing_lttng_standard.c
lttv/lttv/sync/graph_functions.c [new file with mode: 0644]
lttv/lttv/sync/graph_functions.h [new file with mode: 0644]
lttv/lttv/sync/sync_chain_lttv.c
lttv/modules/text/sync_chain_batch.c
This page took 0.026202 seconds and 4 git commands to generate.