I'm trying to use the nrf/samples/matter/window_covering example with Percepio Tracealyzer and Visual Studio Code (using nRF Connect SDK v2.3.0). I had success with the zephyr/samples/hello_world example. But this Matter example doesn't build: the symbols for the trace recorder somehow get lost along the way. libmodules__TraceRecorder.a does get built, but in the first linker stage ld complains about undefined references to sys_trace_syscall_... functions. How to figure out what went wrong?