Add Support for sysman Performance factor on windows

Related-To: LOCI-3342

Signed-off-by: Mayank Raghuwanshi <mayank.raghuwanshi@intel.com>
This commit is contained in:
Mayank Raghuwanshi
2022-12-28 08:07:26 +00:00
committed by Compute-Runtime-Automation
parent 76c3b4ad53
commit d7292a6b0d
8 changed files with 440 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2022 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -86,6 +86,8 @@ enum Component {
MemoryComponent,
PciComponent,
GlobalOperationsComponent,
StandbyComponent,
PerformanceComponent,
MaxComponents,
};
@@ -147,6 +149,13 @@ enum Activity {
MaxActivityRequests,
};
enum Performance {
NumPerformanceDomains = 0,
SupportedDomains,
Factor,
MaxPerformanceRequests
};
enum Temperature {
NumTemperatureDomains = 0,