From: Bret Barkelew <bret.barke...@microsoft.com> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1888
Use PERF_INMODULE_BEGIN and PERF_INMODULE_END to replace PERF_START_EX, PERF_CODE and PERF_END_EX. Use PERF_CROSSMODULE_END and PERF_CROSSMODULE_BEGIN to get the info of one boot image's performance. Cc: Jian J Wang <jian.j.w...@intel.com> Cc: Hao A Wu <hao.a...@intel.com> Cc: Ray Ni <ray...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Liming Gao <liming....@intel.com> Signed-off-by: Zhichao Gao <zhichao....@intel.com> --- MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c b/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c index 952033fc82..af1024cacd 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c +++ b/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c @@ -1812,7 +1812,7 @@ EfiBootManagerBoot ( BmRepairAllControllers (0); } - PERF_START_EX (gImageHandle, "BdsAttempt", NULL, 0, (UINT32) OptionNumber); + PERF_INMODULE_BEGIN ("BdsAttempt"); // // 5. Adjust the different type memory page number just before booting @@ -1932,9 +1932,9 @@ EfiBootManagerBoot ( // // Write boot to OS performance data for UEFI boot // - PERF_CODE ( - BmEndOfBdsPerfCode (NULL, NULL); - ); + PERF_INMODULE_END ("BdsAttempt"); + PERF_CROSSMODULE_END ("BDS"); + PERF_CROSSMODULE_BEGIN ("BDS"); REPORT_STATUS_CODE (EFI_PROGRESS_CODE, PcdGet32 (PcdProgressCodeOsLoaderStart)); @@ -1947,7 +1947,6 @@ EfiBootManagerBoot ( // BmReportLoadFailure (EFI_SW_DXE_BS_EC_BOOT_OPTION_FAILED, Status); } - PERF_END_EX (gImageHandle, "BdsAttempt", NULL, 0, (UINT32) OptionNumber); // // Destroy the RAM disk -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#42070): https://edk2.groups.io/g/devel/message/42070 Mute This Topic: https://groups.io/mt/32001828/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-