diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 874794f64af1..77f65e512136 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -67,6 +67,16 @@ config SCHED_OVERHEAD_TRACE | |||
67 | Export event stream for overhead tracing. | 67 | Export event stream for overhead tracing. |
68 | Say Yes for overhead tracing. | 68 | Say Yes for overhead tracing. |
69 | 69 | ||
70 | config PREEMPT_MIGRAT_OVD | ||
71 | bool "Preemption and migration overhead measurements" | ||
72 | default n | ||
73 | help | ||
74 | Include support for tracing preemption and migration overheads | ||
75 | in userspace. Unless you know the mess you are going into, | ||
76 | the safe choice is No. If you _really_ want to have some fun, | ||
77 | than say Yes and have a look in the liblitmus2010 library for | ||
78 | some program examples. | ||
79 | |||
70 | config SCHED_DEBUG_TRACE | 80 | config SCHED_DEBUG_TRACE |
71 | bool "TRACE() debugging" | 81 | bool "TRACE() debugging" |
72 | default y | 82 | default y |