Clean up PERF macro usage. The macros were being used with 0 as the first parameter...
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Jul 2009 22:34:41 +0000 (22:34 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Jul 2009 22:34:41 +0000 (22:34 +0000)
commite6d4b9d5a311df9e65afba3f92cd203475589397
treea78b1d4f72206846d28fc40fb702c00b07ce7fe3
parent128efbbcc2e3e8d4ee3c269563a5e2ee461dc3e3
Clean up PERF macro usage.  The macros were being used with 0 as the first parameter.  This parameter is actually a void*.  All of these instances were corrected to use NULL as the first parameter.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8955 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c