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

Method TraceManager

WinSysCore/TraceManager.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29TraceManager::TraceManager() {
30 EnablePrivilege(SE_DEBUG_NAME);
31 EnablePrivilege(SE_SYSTEM_PROFILE_NAME);
32 _filters.reserve(8);
33}
34
35TraceManager::~TraceManager() {
36 Stop();

Callers

nothing calls this directly

Calls 2

EnablePrivilegeFunction · 0.85
reserveMethod · 0.80

Tested by

no test coverage detected