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