From 0fa1d25d989afba93d06761fc3e7a7bd5525f78d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 23 Feb 2020 18:20:48 +0100 Subject: [PATCH] Disable trace annotations. --- client/TracySysTrace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/TracySysTrace.cpp b/client/TracySysTrace.cpp index c56818dc..3e76e8cb 100644 --- a/client/TracySysTrace.cpp +++ b/client/TracySysTrace.cpp @@ -530,6 +530,7 @@ bool SysTraceStart() TraceWrite( TraceOptions, sizeof( TraceOptions ), "norecord-cmd", 13 ); TraceWrite( TraceOptions, sizeof( TraceOptions ), "norecord-tgid", 14 ); TraceWrite( TraceOptions, sizeof( TraceOptions ), "noirq-info", 11 ); + TraceWrite( TraceOptions, sizeof( TraceOptions ), "noannotate", 11 ); #if defined TRACY_HW_TIMER && ( defined __i386 || defined _M_IX86 || defined __x86_64__ || defined _M_X64 ) if( !TraceWrite( TraceClock, sizeof( TraceClock ), "x86-tsc", 8 ) ) return false; #elif __ARM_ARCH >= 6