aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2011-10-13 22:33:16 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2011-10-13 22:33:16 -0400
commit3d00edf817b71eb95440c72689e0c5657fd29dd0 (patch)
tree393178c60bf1ec4de9b9eb1b86f5447a15ae9534 /litmus/Kconfig
parent0836d628227984b343e5ed53e93ebed2252776f7 (diff)
Freeing a cpu for ftracing
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index d629a2843584..20610fdf9a54 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -83,8 +83,15 @@ config PLUGIN_MC_REDIRECT
83 Allow processors to send work involving global state to the 83 Allow processors to send work involving global state to the
84 release-master cpu in order to avoid excess overheads during 84 release-master cpu in order to avoid excess overheads during
85 partitioned decisions. 85 partitioned decisions.
86endmenu
87 86
87config FTRACE_CPU
88 int "CPU for Tracing"
89 depends on PLUGIN_MC
90 default -1
91 help
92 Keep one CPU free for the tasks which trace and flush
93 scheduling and overhead data.
94endmenu
88endmenu 95endmenu
89 96
90menu "Real-Time Synchronization" 97menu "Real-Time Synchronization"