base-linux: init trace control

This commit is contained in:
Martin Stein 2018-12-04 16:46:38 +01:00 committed by Norman Feske
parent f8a27e6acf
commit a79bfad08e

View File

@ -142,6 +142,8 @@ void Thread::start()
static Lock lock;
Lock::Guard guard(lock);
_init_cpu_session_and_trace_control();
/*
* The first time we enter this code path, the 'start' function is
* called by the main thread as there cannot exist other threads