From 7a9395cd7bb432cd61625bae9a8f55759ca1c1a0 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Fri, 8 Apr 2016 17:35:18 +0800 Subject: 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 Reviewed-by: Star Zeng --- MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c') diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c index 2ddd983126..cb62d522f3 100644 --- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c +++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c @@ -6,7 +6,7 @@ to log performance data. If both PerformanceEx and Performance Protocol is not available, it does not log any performance information. - Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -131,7 +131,7 @@ StartPerformanceMeasurementEx ( /** Fills in the end time of a performance measurement. - Looks up the record that matches Handle, Token, Module and Identifier. + Looks up the record that matches Handle, Token and Module. If the record can not be found then return RETURN_NOT_FOUND. If the record is found and TimeStamp is not zero, then TimeStamp is added to the record as the end time. -- cgit v1.2.3