/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/ |
D | DxeSmmPerformanceLib.c | 313 IN UINTN LogEntryKey, in GetByPerformanceProtocol() argument 331 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetByPerformanceProtocol() 333 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetByPerformanceProtocol() 364 return LogEntryKey; in GetByPerformanceProtocol() 383 IN UINTN LogEntryKey in GetAllSmmGaugeData() argument 400 if (LogEntryKey != 0) { in GetAllSmmGaugeData() 453 SmmPerfCommData->LogEntryKey = 0; in GetAllSmmGaugeData() 481 IN UINTN LogEntryKey in GetAllSmmGaugeDataEx() argument 498 if (LogEntryKey != 0) { in GetAllSmmGaugeDataEx() 551 SmmPerfCommData->LogEntryKey = 0; in GetAllSmmGaugeDataEx() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/ |
D | SmmCorePerformanceLib.c | 308 IN UINTN LogEntryKey, in GetGaugeEx() argument 316 if (LogEntryKey > NumberOfEntries) { in GetGaugeEx() 319 if (LogEntryKey == NumberOfEntries) { in GetGaugeEx() 328 *GaugeDataEntryEx = &GaugeEntryExArray[LogEntryKey]; in GetGaugeEx() 427 IN UINTN LogEntryKey, in GetGauge() argument 436 Status = GetGaugeEx (LogEntryKey, &GaugeEntryEx); in GetGauge() 489 UINTN LogEntryKey; in SmmPerformanceHandlerEx() local 523 LogEntryKey = SmmPerfCommData->LogEntryKey; in SmmPerformanceHandlerEx() 524 … if (GaugeDataEx == NULL || NumberOfEntries == 0 || LogEntryKey > mGaugeData->NumberOfEntries || in SmmPerformanceHandlerEx() 525 …NumberOfEntries > mGaugeData->NumberOfEntries || LogEntryKey > (mGaugeData->NumberOfEntries - Numb… in SmmPerformanceHandlerEx() [all …]
|
D | SmmCorePerformanceLibInternal.h | 136 IN UINTN LogEntryKey, 231 IN UINTN LogEntryKey,
|
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
D | DpTrace.c | 57 UINTN LogEntryKey; in GatherStatistics() local 60 LogEntryKey = 0; in GatherStatistics() 61 while ((LogEntryKey = GetPerformanceMeasurementEx ( in GatherStatistics() 62 LogEntryKey, in GatherStatistics() 150 UINTN LogEntryKey; in DumpAllTrace() local 198 LogEntryKey = 0; in DumpAllTrace() 202 ((LogEntryKey = GetPerformanceMeasurementEx ( in DumpAllTrace() 203 LogEntryKey, in DumpAllTrace() 306 UINTN LogEntryKey; in DumpRawTrace() local 328 LogEntryKey = 0; in DumpRawTrace() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/ |
D | DpTrace.c | 57 UINTN LogEntryKey; in GatherStatistics() local 60 LogEntryKey = 0; in GatherStatistics() 61 while ((LogEntryKey = GetPerformanceMeasurementEx ( in GatherStatistics() 62 LogEntryKey, in GatherStatistics() 150 UINTN LogEntryKey; in DumpAllTrace() local 198 LogEntryKey = 0; in DumpAllTrace() 202 ((LogEntryKey = GetPerformanceMeasurementEx ( in DumpAllTrace() 203 LogEntryKey, in DumpAllTrace() 306 UINTN LogEntryKey; in DumpRawTrace() local 328 LogEntryKey = 0; in DumpRawTrace() [all …]
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | Performance.c | 162 UINTN LogEntryKey; in WriteBootToOsPerformanceData() local 242 LogEntryKey = 0; in WriteBootToOsPerformanceData() 243 while ((LogEntryKey = GetPerformanceMeasurement ( in WriteBootToOsPerformanceData() 244 LogEntryKey, in WriteBootToOsPerformanceData() 260 LogEntryKey = 0; in WriteBootToOsPerformanceData() 262 while ((LogEntryKey = GetPerformanceMeasurement ( in WriteBootToOsPerformanceData() 263 LogEntryKey, in WriteBootToOsPerformanceData() 306 LogEntryKey = 0; in WriteBootToOsPerformanceData() 308 while ((LogEntryKey = GetPerformanceMeasurement ( in WriteBootToOsPerformanceData() 309 LogEntryKey, in WriteBootToOsPerformanceData()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/ |
D | PeiPerformanceLib.c | 310 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument 339 ASSERT (LogEntryKey <= NumberOfEntries); in GetPerformanceMeasurementEx() 341 if (LogEntryKey == NumberOfEntries) { in GetPerformanceMeasurementEx() 345 CurrentLogEntry = &(LogEntryArray[LogEntryKey]); in GetPerformanceMeasurementEx() 352 *Identifier = PeiPerformanceIdArray[LogEntryKey++]; in GetPerformanceMeasurementEx() 354 return LogEntryKey; in GetPerformanceMeasurementEx() 465 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument 474 …return GetPerformanceMeasurementEx (LogEntryKey, Handle, Token, Module, StartTimeStamp, EndTimeSta… in GetPerformanceMeasurement()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/ |
D | DxeCorePerformanceLib.c | 289 IN UINTN LogEntryKey, in GetGaugeEx() argument 297 if (LogEntryKey > NumberOfEntries) { in GetGaugeEx() 300 if (LogEntryKey == NumberOfEntries) { in GetGaugeEx() 309 *GaugeDataEntryEx = &GaugeEntryExArray[LogEntryKey]; in GetGaugeEx() 408 IN UINTN LogEntryKey, in GetGauge() argument 417 Status = GetGaugeEx (LogEntryKey, &GaugeEntryEx); in GetGauge() 656 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument 677 Status = GetGaugeEx (LogEntryKey++, &GaugeData); in GetPerformanceMeasurementEx() 700 return LogEntryKey; in GetPerformanceMeasurementEx() 816 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument [all …]
|
D | DxeCorePerformanceLibInternal.h | 133 IN UINTN LogEntryKey, 228 IN UINTN LogEntryKey,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/ |
D | DxePerformanceLib.c | 227 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument 254 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetPerformanceMeasurementEx() 256 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetPerformanceMeasurementEx() 287 return LogEntryKey; in GetPerformanceMeasurementEx() 398 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument 407 …return GetPerformanceMeasurementEx (LogEntryKey, Handle, Token, Module, StartTimeStamp, EndTimeSta… in GetPerformanceMeasurement()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/ |
D | SmmPerformanceLib.c | 249 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument 276 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetPerformanceMeasurementEx() 278 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetPerformanceMeasurementEx() 309 return LogEntryKey; in GetPerformanceMeasurementEx() 420 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument 429 …return GetPerformanceMeasurementEx (LogEntryKey, Handle, Token, Module, StartTimeStamp, EndTimeSta… in GetPerformanceMeasurement()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
D | Performance.h | 142 UINTN LogEntryKey; member 150 UINTN LogEntryKey; member 242 IN UINTN LogEntryKey, 337 IN UINTN LogEntryKey,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmPerformance.c | 166 UINTN LogEntryKey; in BmWriteBootToOsPerformanceData() local 248 LogEntryKey = 0; in BmWriteBootToOsPerformanceData() 249 while ((LogEntryKey = GetPerformanceMeasurement ( in BmWriteBootToOsPerformanceData() 250 LogEntryKey, in BmWriteBootToOsPerformanceData()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | Performance.c | 162 UINTN LogEntryKey; in WriteBootToOsPerformanceData() local 244 LogEntryKey = 0; in WriteBootToOsPerformanceData() 245 while ((LogEntryKey = GetPerformanceMeasurement ( in WriteBootToOsPerformanceData() 246 LogEntryKey, in WriteBootToOsPerformanceData()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/ |
D | PerformanceLib.c | 133 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument 268 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | PerformanceLib.h | 127 IN UINTN LogEntryKey, 247 IN UINTN LogEntryKey,
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/ |
D | S3Resume.c | 285 UINTN LogEntryKey; in WriteToOsS3PerformanceData() local 351 LogEntryKey = 0; in WriteToOsS3PerformanceData() 352 while ((LogEntryKey = GetPerformanceMeasurement ( in WriteToOsS3PerformanceData() 353 LogEntryKey, in WriteToOsS3PerformanceData()
|