diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-05-02 12:52:01 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-05-02 12:52:01 -0400 |
| commit | 8cb836469d2ace489857d90c4856e97c255128b9 (patch) | |
| tree | 81e0af4a810c563d36dd3de1899256214bb965fd /include | |
| parent | 41301f22043f92a0a3ee0b7cea8c717555fbe796 (diff) | |
litmus core: add dump-trace-buffer magic sysrq
Pump stuff from the TRACE() buffer to printk() on demand.
Diffstat (limited to 'include')
| -rw-r--r-- | include/litmus/sched_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h index 28feee82dc..afd0391d12 100644 --- a/include/litmus/sched_trace.h +++ b/include/litmus/sched_trace.h | |||
| @@ -179,7 +179,7 @@ feather_callback void do_sched_trace_sys_release(unsigned long id, | |||
| 179 | 179 | ||
| 180 | #ifdef CONFIG_SCHED_DEBUG_TRACE | 180 | #ifdef CONFIG_SCHED_DEBUG_TRACE |
| 181 | void sched_trace_log_message(const char* fmt, ...); | 181 | void sched_trace_log_message(const char* fmt, ...); |
| 182 | 182 | void dump_trace_buffer(int max); | |
| 183 | #else | 183 | #else |
| 184 | 184 | ||
| 185 | #define sched_trace_log_message(fmt, ...) | 185 | #define sched_trace_log_message(fmt, ...) |
