回复: [edk2-devel] [Patch V2] MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue

2023-09-04 Thread gaoliming via groups.io
k2.groups.io > Cc: Wang, Jian J ; Gao, Liming > ; Ni, Ray > Subject: [edk2-devel] [Patch V2] MdeModulePkg/DxeCorePerformanceLib:fix > smm perf issue > > Fix smm perf issue in DxeCorePerformanceLib. In current code logic, total > SMM perf record is copied multiple times to FP

Re: [edk2-devel] [Patch V2] MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue

2023-08-31 Thread duntan
] MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue Fix smm perf issue in DxeCorePerformanceLib. In current code logic, total SMM perf record is copied multiple times to FPDT table if multiple ReadyToBoot events are signaled. This patch changes the function InternalGetSmmPerfData() to only get

Re: [edk2-devel] [Patch V2] MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue

2023-08-30 Thread Ni, Ray
Reviewed-by: Ray Ni Thanks, Ray From: Tan, Dun Sent: Wednesday, August 30, 2023 3:35 PM To: devel@edk2.groups.io Cc: Wang, Jian J ; Gao, Liming ; Ni, Ray Subject: [Patch V2] MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue Fix smm perf issue in DxeCorePe

[edk2-devel] [Patch V2] MdeModulePkg/DxeCorePerformanceLib:fix smm perf issue

2023-08-30 Thread duntan
Fix smm perf issue in DxeCorePerformanceLib. In current code logic, total SMM perf record is copied multiple times to FPDT table if multiple ReadyToBoot events are signaled. This patch changes the function InternalGetSmmPerfData() to only get newly generated Smm perf data. Then previous generated S