aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-05-02 21:57:20 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-05-02 21:57:20 -0400
commite856595d055f3a1f8ca46f19e8d061f73e12a09a (patch)
treee3da75baa7310a900483c3403ad91f231beca227
parent8cb836469d2ace489857d90c4856e97c255128b9 (diff)
fix layout of Litmus config menu
-rw-r--r--litmus/Kconfig17
1 files changed, 8 insertions, 9 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 997f19f336..c2a7756b4f 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -59,6 +59,14 @@ config SCHED_TASK_TRACE
59 Say Yes for debugging. 59 Say Yes for debugging.
60 Say No for overhead tracing. 60 Say No for overhead tracing.
61 61
62config SCHED_OVERHEAD_TRACE
63 bool "Record timestamps for overhead measurements"
64 depends on FEATHER_TRACE
65 default n
66 help
67 Export event stream for overhead tracing.
68 Say Yes for overhead tracing.
69
62config SCHED_DEBUG_TRACE 70config SCHED_DEBUG_TRACE
63 bool "TRACE() debugging" 71 bool "TRACE() debugging"
64 default y 72 default y
@@ -72,15 +80,6 @@ config SCHED_DEBUG_TRACE
72 Say Yes for debugging. 80 Say Yes for debugging.
73 Say No for overhead tracing. 81 Say No for overhead tracing.
74 82
75config SCHED_OVERHEAD_TRACE
76 bool "Record timestamps for overhead measurements"
77 depends on FEATHER_TRACE
78 default n
79 help
80 Export event stream for overhead tracing.
81 Say Yes for overhead tracing.
82
83
84endmenu 83endmenu
85 84
86endmenu 85endmenu