* Fixed kernel tracing for gcc 4. The ABI changed in a way that isn't
compatible with what our code assumed (pointers to objects of TraceEntry and its POD base class trace_entry aren't identical anymore). * Added optional stack traces for ktrace_printf() output in the kernel. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25531 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#define BLOCK_CACHE_TRANSACTION_TRACING 0
|
||||
#define BMESSAGE_TRACING 0
|
||||
#define KERNEL_HEAP_TRACING 0
|
||||
#define KTRACE_PRINTF_STACK_TRACE 0 /* stack trace depth */
|
||||
#define PAGE_ALLOCATION_TRACING 0
|
||||
#define PARANOIA_TRACING 0
|
||||
#define PARANOIA_TRACING_STACK_TRACE 0 /* stack trace depth */
|
||||
|
||||
Reference in New Issue
Block a user