diff options
Diffstat (limited to 'include/litmus/sched_trace.h')
-rw-r--r-- | include/litmus/sched_trace.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h index e1b0c9712b5f..a5f73736f7e8 100644 --- a/include/litmus/sched_trace.h +++ b/include/litmus/sched_trace.h | |||
@@ -178,15 +178,6 @@ feather_callback void do_sched_trace_sys_release(unsigned long id, | |||
178 | 178 | ||
179 | #define sched_trace_quantum_boundary() /* NOT IMPLEMENTED */ | 179 | #define sched_trace_quantum_boundary() /* NOT IMPLEMENTED */ |
180 | 180 | ||
181 | #ifdef CONFIG_SCHED_DEBUG_TRACE | ||
182 | void sched_trace_log_message(const char* fmt, ...); | ||
183 | void dump_trace_buffer(int max); | ||
184 | #else | ||
185 | |||
186 | #define sched_trace_log_message(fmt, ...) | ||
187 | |||
188 | #endif | ||
189 | |||
190 | #endif /* __KERNEL__ */ | 181 | #endif /* __KERNEL__ */ |
191 | 182 | ||
192 | #endif | 183 | #endif |