diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-13 22:33:16 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-13 22:33:16 -0400 |
commit | 3d00edf817b71eb95440c72689e0c5657fd29dd0 (patch) | |
tree | 393178c60bf1ec4de9b9eb1b86f5447a15ae9534 /litmus/Kconfig | |
parent | 0836d628227984b343e5ed53e93ebed2252776f7 (diff) |
Freeing a cpu for ftracing
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 9 |
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. |
86 | endmenu | ||
87 | 86 | ||
87 | config 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. | ||
94 | endmenu | ||
88 | endmenu | 95 | endmenu |
89 | 96 | ||
90 | menu "Real-Time Synchronization" | 97 | menu "Real-Time Synchronization" |