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
] 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
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
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