aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2011-08-26 09:44:22 -0400
committerAndrea Bastoni <bastoni@sprg.uniroma2.it>2011-11-25 11:23:24 -0500
commitcb37cacc809a847acd20e5682183e76e6ff61b1b (patch)
tree631cfa55226411fe6aca9bafd190e9ed4e161164 /litmus/Kconfig
parent11e46234ce711665f75246d026631bcd6c946e44 (diff)
Refactor sched_trace_log_message() -> debug_trace_log_message()wip-2011.2-bbb-trace
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index e680382329b6..205bf62b79ba 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -150,7 +150,7 @@ config LITMUS_DEBUG_TRACE
150 bool "TRACE() debugging" 150 bool "TRACE() debugging"
151 default y 151 default y
152 help 152 help
153 Include support for sched_trace_log_messages(), which is used to 153 Include support for debug_trace_log_message(), which is used to
154 implement TRACE(). If disabled, no TRACE() messages will be included 154 implement TRACE(). If disabled, no TRACE() messages will be included
155 in the kernel, and no overheads due to debugging statements will be 155 in the kernel, and no overheads due to debugging statements will be
156 incurred by the scheduler. Disable if the overhead is not acceptable 156 incurred by the scheduler. Disable if the overhead is not acceptable