We’re missing the entire event tracing framework, and unless you’re interested in implementing the whole thing (both in user mode and kernel mode), unfortunately the APIs you mentioned won’t be working anytime soon.
From: Ros-dev ros-dev-bounces@reactos.org On Behalf Of Biswapriyo Nath Sent: Tuesday, 04 September 2018 11:04 To: ros-dev@reactos.org Subject: [ros-dev] Contribution for Tracing APIs
I've some working code for event tracing APIs like StartTrace, OpenTrace, ControlTrace etc. Those works in Windows 10 but are not present in ReactOS Advapi.dll. How can I add those APIs?