summaryrefslogtreecommitdiffstats
path: root/rules/ltt.in
blob: 3eeaecd7646ad3a601900c5912c2d379d5556852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config LTT
        bool
        depends on BROKEN
        prompt "LTT - Linux Trace Toolkit"
	help
	  LTT provides its user with all the information required to
 	  reconstruct a system's behavior during a certain period of 
	  time. One can know exactly the dynamics of a system.  
	  
	  Why do certain synchronization problems occur? What exactly 
	  happens to an application when a packet is received for it? 
	  Overall, where do all the applications that I use pass their 
	  time? Where are the I/O latencies in a given application? etc.

comment "LTT is broken, please send a patch"
        depends on !BROKEN