diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-05-02 21:57:20 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-05-02 21:57:20 -0400 |
commit | e856595d055f3a1f8ca46f19e8d061f73e12a09a (patch) | |
tree | e3da75baa7310a900483c3403ad91f231beca227 | |
parent | 8cb836469d2ace489857d90c4856e97c255128b9 (diff) |
fix layout of Litmus config menu
-rw-r--r-- | litmus/Kconfig | 17 |
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 | ||
62 | config 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 | |||
62 | config SCHED_DEBUG_TRACE | 70 | config 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 | ||
75 | config 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 | |||
84 | endmenu | 83 | endmenu |
85 | 84 | ||
86 | endmenu | 85 | endmenu |