From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: zhichao.gao@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Mon, 10 Jun 2019 00:29:16 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 00:29:15 -0700 X-ExtLoop1: 1 Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2019 00:29:13 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Ray Ni , Star Zeng , Liming Gao , Sean Brogan , Michael Turner , Bret Barkelew , Chao Zhang , Jiewen Yao Subject: [PATCH 0/6] Change the performance code Date: Mon, 10 Jun 2019 15:28:49 +0800 Message-Id: <20190610072855.2800-1-zhichao.gao@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add and rdjust the performance code. Cc: Jian J Wang Cc: Hao A Wu Cc: Ray Ni Cc: Star Zeng Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Cc: Chao Zhang Cc: Jiewen Yao Bret Barkelew (6): MdeModulePkg/DxeMain: Add performance code MdeModule/PeiMain: Add performance code MdeModulePkg/UefiBootManagerLib: Change performance code SecurityPkg/Tcg2Dxe: Change performance code SecurityPkg/Tcg2Pei: Change performance code IntelSiliconPkg/IntelVtdDxe: Change the performance code .../Feature/VTd/IntelVTdDxe/IntelVTdDxe.c | 13 +++---------- MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 2 ++ MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 10 ++++++++++ MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 9 ++++----- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 6 ++---- SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c | 8 +++----- 6 files changed, 24 insertions(+), 24 deletions(-) -- 2.21.0.windows.1