From nobody Fri May 3 05:14:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+51121+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+51121+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1574385947; cv=none; d=zoho.com; s=zohoarc; b=SZOoDMTV3Xgfiy9gayA0QmwPKjdVnWuIlSRQpzj2ulZP5Glm7+8+hvlaObaXBgblmQE8utpNyCrLRARJMdpQ3nqLR3qgoWcUxuqwhQLseE878bGnxBipt2IGQRXgrlboDjMCkR8XZsXx4EouQ5R7pLio2bIeeN4zmBpWqQbVkWU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1574385947; h=Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=AL1MGydh+FBbyT3aQhV6KZHxl4cWjmczBtE48mSR5aY=; b=Xfa4I385vX3vwbTnxtJLKBmsbCy/uZW3ylux0WLsJ8g+9u7n8hUSojxJU2ovLYYCXFAoZbZNE6LLrX9/PQ43Xy5YGhNkC46eSoN3jB1ZelguP8MQfpxQQ9Q8kukIp5HEYc0ogNlqwMeTObvW2LT/PA5567AbHj3IAVuTGN3KBJo= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+51121+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 157438594755040.826483524921855; Thu, 21 Nov 2019 17:25:47 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 9Rn4YY1788612xnT4sdFByqP; Thu, 21 Nov 2019 17:25:46 -0800 X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web09.562.1574385509714092132 for ; Thu, 21 Nov 2019 17:18:29 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Nov 2019 17:18:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,227,1571727600"; d="scan'208";a="201336117" X-Received: from fm73lab143.amr.corp.intel.com ([10.3.79.150]) by orsmga008.jf.intel.com with ESMTP; 21 Nov 2019 17:18:28 -0800 From: Deshpande To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH] Edk2\MdeModulePkg: dding Perf macros to reduce the gaps in Perf logs Date: Thu, 21 Nov 2019 17:18:24 -0800 Message-Id: <20191122011824.11104-1-madhura.deshpande@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,madhura.deshpande@intel.com X-Gm-Message-State: XGs1zAG1V7yClm7EfE8jCUtex1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1574385946; bh=MGUSQKCCL2yFGb7A8b37M+Oibs/A9vJMwWF9lLyiKk4=; h=Date:From:Reply-To:Subject:To; b=a/1a1vgtiqZfQXfZlRvgI5n3kOOzPsMO0gWq0i0LoKmJO1tWnsDJxcnGVrnSAH1+YJu oFsGx3efQQ8I9iviN1E20g+23fwdldWJ6Oipm3hypiPaE2PxpyRINe/Cx8mumu8kfrAm4 y1Y4us0qaZhUn4KdnJGYMc83HHY1LbLpJAA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Updated Edk2\MdeModulePkg\Core\DxeIplPeim\DxeLoad.c file to add perf macros. Change-Id: I84cc5ec34fbd1e52cec983a86aa7f12b73f67625 Signed-off-by: Deshpande --- MdeModulePkg/Core/DxeIplPeim/DxeLoad.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/Dxe= IplPeim/DxeLoad.c index d48028cea0..a679c68515 100644 --- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c +++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c @@ -622,12 +622,17 @@ CustomGuidedSectionExtract ( DEBUG ((DEBUG_INFO, "Customized Guided section Memory Size required is= 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); } =20 + PERF_INMODULE_BEGIN ("ExtractGuidedSectionDecode"); + Status =3D ExtractGuidedSectionDecode ( InputSection, OutputBuffer, ScratchBuffer, AuthenticationStatus ); + + PERF_INMODULE_END ("ExtractGuidedSectionDecode"); + if (EFI_ERROR (Status)) { // // Decode failed --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#51121): https://edk2.groups.io/g/devel/message/51121 Mute This Topic: https://groups.io/mt/61268774/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-