X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttv%2Fmodules%2FREADME;fp=lttv%2Fmodules%2FREADME;h=8dce1b7f58623a4818d882fdadcc5e5569b2f300;hb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;hp=0000000000000000000000000000000000000000;hpb=a219d12930979a81f43a3a3f5499b2bd00141a84;p=lttv.git diff --git a/lttv/modules/README b/lttv/modules/README new file mode 100644 index 00000000..8dce1b7f --- /dev/null +++ b/lttv/modules/README @@ -0,0 +1,21 @@ + +|-----------------| +|Graphical Plugins| +|-----------------| +gui/ + +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.