* Changed macros that enable tracing for individual components from
defined/undefined to numeric values (0 for undefined). This allows for trace levels. * Set SYSCALL_TRACING_IGNORE_KTRACE_OUTPUT default to 1, since this is what one usually wants. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25213 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -100,7 +100,7 @@ static spinlock sDeferredFreeListLock;
|
||||
|
||||
// #pragma mark - Tracing
|
||||
|
||||
#ifdef KERNEL_HEAP_TRACING
|
||||
#if KERNEL_HEAP_TRACING
|
||||
namespace KernelHeapTracing {
|
||||
|
||||
class Allocate : public AbstractTraceEntry {
|
||||
|
||||
Reference in New Issue
Block a user