]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.c
MdeModulePkg: Update PerformanceLib instances not to check Identifier.
authorLiming Gao <liming.gao@intel.com>
Fri, 8 Apr 2016 09:35:18 +0000 (17:35 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 11 Apr 2016 08:20:28 +0000 (16:20 +0800)
commit7a9395cd7bb432cd61625bae9a8f55759ca1c1a0
tree454e2af6698880f7bea6edfa09e750fc3e5b94d1
parentef8d41707d2ce14b0eb294ec7b2cd96549215dd1
MdeModulePkg: Update PerformanceLib instances not to check Identifier.

In PerformanceLib, Identifier is for single PERF, not the pair of PERF.
When find the matched START and END pair, the identifier will not be checked.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.c
MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c
MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.c
MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c