aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig10
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
70config 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
70config SCHED_DEBUG_TRACE 80config SCHED_DEBUG_TRACE
71 bool "TRACE() debugging" 81 bool "TRACE() debugging"
72 default y 82 default y