From: compudj Date: Wed, 4 Jun 2003 14:55:58 +0000 (+0000) Subject: Graphical plugins initial commit X-Git-Tag: v0.12.20~3405 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=c4491a03aedef9c5bf915ada1ba8f6e266c442c0;hp=7bee913ddd7bb8d2608118435680a95ba1d235ae;p=lttv.git Graphical plugins initial commit git-svn-id: http://ltt.polymtl.ca/svn@84 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/plugins/README b/ltt/branches/poly/lttv/plugins/README new file mode 100644 index 00000000..7649e025 --- /dev/null +++ b/ltt/branches/poly/lttv/plugins/README @@ -0,0 +1,13 @@ + +|-----------------| +|Graphical Plugins| +|-----------------| + +guiEvents.c : Display events for time interval, drawing them using gdk. +guiControlFlow.c : Display the control flow of the trace for time interval. + + +|---------------------| +|Text Oriented Plugins| +|---------------------| + diff --git a/ltt/branches/poly/lttv/plugins/guiControlFlow.c b/ltt/branches/poly/lttv/plugins/guiControlFlow.c new file mode 100644 index 00000000..e69de29b diff --git a/ltt/branches/poly/lttv/plugins/guiEvents.c b/ltt/branches/poly/lttv/plugins/guiEvents.c new file mode 100644 index 00000000..e69de29b