MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Device_DCStart>

Method Device_DCStart>

PresentData/PresentMonTraceSession.cpp:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Context_Start> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; }
72template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Context_Stop> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; }
73template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Device_DCStart> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; }
74template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Device_Start> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; }
75template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Device_Stop> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; }
76template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::HwQueue_DCStart> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected