MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / SetKernelEventStacks

Method SetKernelEventStacks

WinSysCore/TraceManager.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool TraceManager::SetKernelEventStacks(std::initializer_list<std::wstring> categories) {
50 _kernelEventStacks = categories;
51 return true;
52}
53
54bool TraceManager::Start(EventCallback cb) {
55 if (_handle || _hTrace)

Callers 2

StartMonitoringMethod · 0.80
OnConfigureEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected