mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-07 11:08:41 +00:00
base-linux: init trace control
This commit is contained in:
parent
f8a27e6acf
commit
a79bfad08e
@ -142,6 +142,8 @@ void Thread::start()
|
|||||||
static Lock lock;
|
static Lock lock;
|
||||||
Lock::Guard guard(lock);
|
Lock::Guard guard(lock);
|
||||||
|
|
||||||
|
_init_cpu_session_and_trace_control();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The first time we enter this code path, the 'start' function is
|
* The first time we enter this code path, the 'start' function is
|
||||||
* called by the main thread as there cannot exist other threads
|
* called by the main thread as there cannot exist other threads
|
||||||
|
Loading…
x
Reference in New Issue
Block a user