Searched defs:Performance (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePerformanceLib/
H A DDxePerformanceLib.c2 Performance Library
5 data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib
6 to log performance data. If both PerformanceEx and Performance Protocol is not available, it does not log any
23 #include <Guid/Performance.h>
31 // The cached Performance Protocol and PerformanceEx Protocol interface.
37 The function caches the pointers to PerformanceEx protocol and Performance Protocol.
39 The function locates PerformanceEx protocol and Performance Protocol from protocol database.
41 @retval EFI_SUCCESS PerformanceEx protocol or Performance Protocol is successfully located.
42 @retval EFI_NOT_FOUND Both PerformanceEx protocol and Performance Protocol are not located to log performance.
51 PERFORMANCE_PROTOCOL *Performance; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmPerformanceLib/
H A DSmmPerformanceLib.c2 Performance Library used in SMM phase.
5 data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePerformanceLib
6 to log performance data. If both SMM PerformanceEx and Performance Protocol are not available, it does not log any
21 #include <Guid/Performance.h>
30 // The cached SMM Performance Protocol and SMM PerformanceEx Protocol interface.
37 The constructor function initializes the Performance Measurement Enable flag
59 The function caches the pointers to SMM PerformanceEx protocol and Performance Protocol.
61 The function locates SMM PerformanceEx protocol and Performance Protocol from protocol database.
63 @retval EFI_SUCCESS SMM PerformanceEx protocol or Performance Protocol is successfully located.
64 @retval EFI_NOT_FOUND Both SMM PerformanceEx protocol and Performance Protoco
73 PERFORMANCE_PROTOCOL *Performance; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
H A DFirmwarePerformancePei.c2 This module updates S3 Resume Performance Record in ACPI Firmware Performance
8 for S3 Resume Performance Record on S3 resume boot path.
104 // Update S3 Resume Performance Record.
131 DEBUG ((EFI_D_INFO, "FPDT: S3 Resume Performance - ResumeCount = %d\n", AcpiS3ResumeRecord->ResumeCount));
132 DEBUG ((EFI_D_INFO, "FPDT: S3 Resume Performance - FullResume = %ld\n", AcpiS3ResumeRecord->FullResume));
133 DEBUG ((EFI_D_INFO, "FPDT: S3 Resume Performance - AverageResume = %ld\n", AcpiS3ResumeRecord->AverageResume));
136 // Update S3 Suspend Performance Record.
151 DEBUG ((EFI_D_INFO, "FPDT: S3 Suspend Performance - SuspendStart = %ld\n", AcpiS3SuspendRecord->SuspendStart));
152 DEBUG ((EFI_D_INFO, "FPDT: S3 Suspend Performance
179 FIRMWARE_SEC_PERFORMANCE Performance; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
H A DFirmwarePerformanceDxe.c2 This module install ACPI Firmware Performance Data Table (FPDT).
5 for Firmware Basic Boot Performance Record and other boot performance records,
83 // Firmware Basic Boot Performance Table Pointer Record.
95 // S3 Performance Table Pointer Record.
143 // These values will be updated by Firmware Performance PEIM.
156 // These values will be updated bye Firmware Performance SMM driver.
229 Install ACPI Firmware Performance Data Table (FPDT).
301 // Prepare memory for runtime Performance Record.
303 // S3 Performance table includes S3Resume and S3Suspend records.
304 // Boot Performance tabl
704 FIRMWARE_SEC_PERFORMANCE *Performance; local
[all...]

Completed in 65 milliseconds