X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FREADME;h=aef23021fbbed623c98c1d953a1375447de07fec;hb=9a83eca6e0469139b26d67e95d6b070309f79d35;hp=e812e6a810d7aa74493cfa61055c1f17d86dc464;hpb=78535b20e4e409a1b867c4f34ae5a52933f7b3d4;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/README b/ltt/branches/poly/lttv/modules/README index e812e6a8..aef23021 100644 --- a/ltt/branches/poly/lttv/modules/README +++ b/ltt/branches/poly/lttv/modules/README @@ -2,15 +2,20 @@ |-----------------| |Graphical Plugins| |-----------------| +gui/ -guiEvents.c : Display events for time interval into a list. -guiControlFlow.c : Display the control flow of the trace for time interval - using gdk and a GtkDrawingArea. Pixmaps for icons are - defined with each event inside the event related - information. - +Events : Display events for time interval into a list. +ControlFlow : Display the control flow of the trace for time interval + using gdk and a GtkDrawingArea. Pixmaps for icons are + defined with each event inside the event related + information. +Statistics : Display statistics computed from the trace. |---------------------| |Text Oriented Plugins| |---------------------| +text/ +batchAnalysis : Call processing hooks for every events of the trace. +textDump : Dump in clear text all data related to events on standard output. + It depends on batchAnalysis.