summaryrefslogtreecommitdiffstats
path: root/rules/ltt.in
blob: 6a2d20479f6d2d9686b66cb3a73fd13caaa5f87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config LTT
        bool
        default N
        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