KeInitializeVelocity
VOID __stdcall KeInitializeVelocity(){
INT64 enabled;
INT64 enableda;
INT64 enabledb;
LODWORD(enabled) = 1;
wil_details_FeatureReporting_ReportUsageToService(
&Feature_BamQosGrouping__private_reporting,
0x1188553ui64,
0i64,
0i64,
(FEATURE_LOGGED_TRAITS *)&Feature_SchedulerAssistHRTimer_logged_traits,
enabled);
KiVelocityFlags |= 0x800u;
LODWORD(enableda) = 1;
wil_details_FeatureReporting_ReportUsageToService(
(wil_details_FeatureReportingCache *)Feature_SchedulerFavoredCoreRotation__private_reporting,
0x1188600ui64,
0i64,
0i64,
(FEATURE_LOGGED_TRAITS *)&Feature_SchedulerAssistHRTimer_logged_traits,
enableda);
KiVelocityFlags |= 0x1000u;
LODWORD(enabledb) = 1;
wil_details_FeatureReporting_ReportUsageToService(
&Feature_SchedulerQosPreemption__private_reporting,
0x126E6F7ui64,
0i64,
0i64,
(FEATURE_LOGGED_TRAITS *)&Feature_SchedulerAssistHRTimer_logged_traits,
enabledb);
KiVelocityFlags |= 0x4000u;
}Referenced by:
CmCompleteRegistryInitialization