X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FREADME;h=8dce1b7f58623a4818d882fdadcc5e5569b2f300;hb=3054461acbbd00cc70e9e3046050f074e9eec4c9;hp=e812e6a810d7aa74493cfa61055c1f17d86dc464;hpb=86fd9e018236796824f8e4ffe05b3f553c67ad7b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/README b/ltt/branches/poly/lttv/modules/README index e812e6a8..8dce1b7f 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. - +detailedevents : 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.