From dbf81157711cd71417081cb8df6f4f2f30cbe4f3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 4 Feb 2019 02:33:03 +0100 Subject: [PATCH] Same for linux. --- server/TracyView.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 4b0cfa35..e685f38f 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -6573,7 +6573,9 @@ void View::DrawCallstackWindow() { if( strcmp( txt, "tracy::Callstack" ) == 0 || strcmp( txt, "tracy::Profiler::SendCallstack" ) == 0 || - strcmp( txt, "tracy::ScopedZone::{ctor}" ) == 0 ) + strcmp( txt, "tracy::ScopedZone::{ctor}" ) == 0 || + strcmp( txt, "tracy::Profiler::SendCallstack(int, unsigned long)" ) == 0 || + strcmp( txt, "tracy::ScopedZone::ScopedZone(tracy::SourceLocationData const*, int, bool)" ) == 0 ) { continue; }