Home
last modified time | relevance | path

Searched refs:LogEntryKey (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DDxeSmmPerformanceLib.c316 IN UINTN LogEntryKey, in GetByPerformanceProtocol() argument
334 Status = mPerformanceEx->GetGaugeEx (LogEntryKey++, &GaugeData); in GetByPerformanceProtocol()
336 Status = mPerformance->GetGauge (LogEntryKey++, (GAUGE_DATA_ENTRY **) &GaugeData); in GetByPerformanceProtocol()
367 return LogEntryKey; in GetByPerformanceProtocol()
386 IN UINTN LogEntryKey in GetAllSmmGaugeData() argument
410 if (LogEntryKey != 0) { in GetAllSmmGaugeData()
490 SmmPerfCommData->LogEntryKey = EntriesGot; in GetAllSmmGaugeData()
526 IN UINTN LogEntryKey in GetAllSmmGaugeDataEx() argument
550 if (LogEntryKey != 0) { in GetAllSmmGaugeDataEx()
629 SmmPerfCommData->LogEntryKey = EntriesGot; in GetAllSmmGaugeDataEx()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
DSmmCorePerformanceLib.c307 IN UINTN LogEntryKey, in GetGaugeEx() argument
315 if (LogEntryKey > NumberOfEntries) { in GetGaugeEx()
318 if (LogEntryKey == NumberOfEntries) { in GetGaugeEx()
327 *GaugeDataEntryEx = &GaugeEntryExArray[LogEntryKey]; in GetGaugeEx()
426 IN UINTN LogEntryKey, in GetGauge() argument
435 Status = GetGaugeEx (LogEntryKey, &GaugeEntryEx); in GetGauge()
488 UINTN LogEntryKey; in SmmPerformanceHandlerEx() local
522 LogEntryKey = SmmPerfCommData->LogEntryKey; in SmmPerformanceHandlerEx()
523 … if (GaugeDataEx == NULL || NumberOfEntries == 0 || LogEntryKey > mGaugeData->NumberOfEntries || in SmmPerformanceHandlerEx()
524 …NumberOfEntries > mGaugeData->NumberOfEntries || LogEntryKey > (mGaugeData->NumberOfEntries - Numb… in SmmPerformanceHandlerEx()
[all …]
DSmmCorePerformanceLibInternal.h136 IN UINTN LogEntryKey,
231 IN UINTN LogEntryKey,
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpTrace.c57 UINTN LogEntryKey; in GatherStatistics() local
60 LogEntryKey = 0; in GatherStatistics()
61 while ((LogEntryKey = GetPerformanceMeasurementEx ( in GatherStatistics()
62 LogEntryKey, in GatherStatistics()
153 UINTN LogEntryKey; in DumpAllTrace() local
190 LogEntryKey = 0; in DumpAllTrace()
194 ((LogEntryKey = GetPerformanceMeasurementEx ( in DumpAllTrace()
195 LogEntryKey, in DumpAllTrace()
305 UINTN LogEntryKey; in DumpRawTrace() local
330 LogEntryKey = 0; in DumpRawTrace()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpTrace.c57 UINTN LogEntryKey; in GatherStatistics() local
60 LogEntryKey = 0; in GatherStatistics()
61 while ((LogEntryKey = GetPerformanceMeasurementEx ( in GatherStatistics()
62 LogEntryKey, in GatherStatistics()
153 UINTN LogEntryKey; in DumpAllTrace() local
190 LogEntryKey = 0; in DumpAllTrace()
194 ((LogEntryKey = GetPerformanceMeasurementEx ( in DumpAllTrace()
195 LogEntryKey, in DumpAllTrace()
306 UINTN LogEntryKey; in DumpRawTrace() local
331 LogEntryKey = 0; in DumpRawTrace()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c162 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/
DPeiPerformanceLib.c319 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument
348 ASSERT (LogEntryKey <= NumberOfEntries); in GetPerformanceMeasurementEx()
350 if (LogEntryKey == NumberOfEntries) { in GetPerformanceMeasurementEx()
354 CurrentLogEntry = &(LogEntryArray[LogEntryKey]); in GetPerformanceMeasurementEx()
361 *Identifier = PeiPerformanceIdArray[LogEntryKey++]; in GetPerformanceMeasurementEx()
363 return LogEntryKey; in GetPerformanceMeasurementEx()
474 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument
483 …return GetPerformanceMeasurementEx (LogEntryKey, Handle, Token, Module, StartTimeStamp, EndTimeSta… in GetPerformanceMeasurement()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DDxeCorePerformanceLib.c289 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()
658 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument
679 Status = GetGaugeEx (LogEntryKey++, &GaugeData); in GetPerformanceMeasurementEx()
702 return LogEntryKey; in GetPerformanceMeasurementEx()
818 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument
[all …]
DDxeCorePerformanceLibInternal.h133 IN UINTN LogEntryKey,
228 IN UINTN LogEntryKey,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
DSmmPerformanceLib.c249 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/Library/DxePerformanceLib/
DDxePerformanceLib.c227 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/Include/Guid/
DPerformance.h142 UINTN LogEntryKey; member
150 UINTN LogEntryKey; member
242 IN UINTN LogEntryKey,
337 IN UINTN LogEntryKey,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c166 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/
DPerformance.c162 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/
DPerformanceLib.c133 IN UINTN LogEntryKey, in GetPerformanceMeasurement() argument
268 IN UINTN LogEntryKey, in GetPerformanceMeasurementEx() argument
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DPerformanceLib.h127 IN UINTN LogEntryKey,
247 IN UINTN LogEntryKey,
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume.c285 UINTN LogEntryKey; in WriteToOsS3PerformanceData() local
351 LogEntryKey = 0; in WriteToOsS3PerformanceData()
352 while ((LogEntryKey = GetPerformanceMeasurement ( in WriteToOsS3PerformanceData()
353 LogEntryKey, in WriteToOsS3PerformanceData()