X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FPiSmmCore%2FPiSmmCore.c;h=d0bc65b5644e35b18c1793ca31e83910f2659ec8;hp=32c450d8a2acde76438c1ea3e1b4c8d2f68f6d7a;hb=3408526e8619640becda48b29d72f3e9b8c7f632;hpb=a5f525fc48a71521f69e395d85a36d72917eeabd diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c index 32c450d8a2..d0bc65b564 100644 --- a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c +++ b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c @@ -644,8 +644,6 @@ SmmEntryPoint ( VOID *CommunicationBuffer; UINTN BufferSize; - PERF_INMODULE_BEGIN ("SMM"); - // // Update SMST with contents of the SmmEntryContext structure // @@ -738,8 +736,6 @@ SmmEntryPoint ( // gSmmCorePrivate->InSmm = FALSE; } - - PERF_INMODULE_END ("SMM"); } /**