From bc6b5892b007447b1024d98004681aa7a3305ddf Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 23 Feb 2009 03:01:59 +0000 Subject: Update DxeCore for the performance infrastructure updates: Use Raw sting to replace XXX_TOKEN git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7567 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Core/Dxe/DxeMain') diff --git a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c index 7b01802840..68fcca483d 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c +++ b/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c @@ -258,8 +258,8 @@ DxeMain ( // Call constructor for all libraries // ProcessLibraryConstructorList (gDxeCoreImageHandle, gDxeCoreST); - PERF_END (0,PEI_TOK, NULL, 0) ; - PERF_START (0,DXE_TOK, NULL, 0) ; + PERF_END (0,"PEI", NULL, 0) ; + PERF_START (0,"DXE", NULL, 0) ; // // Initialize the Global Coherency Domain Services -- cgit v1.2.3