summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtimeRay Ni1-2/+45
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-286/+326
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-25/+24
2021-11-12MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxeedk2-stable202111-rc1Dandan Bi1-32/+110
2019-10-09MdeModulePkg: fix cast in GetModuleInfoFromHandle() callsLaszlo Ersek1-4/+4
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-07-04MdeModulePkg/SmmCorePerformanceLib: Update mPerformanceLengthDandan Bi1-4/+4
2018-06-28MdeModulePkg/PerformanceLib: Add NULL pointer checkDandan Bi1-6/+12
2018-06-26MdeModulePkg: Update performance library instancesBi, Dandan1-224/+421
2018-06-26MdeModulePkg: Update Performance instances to use new protocolBi, Dandan1-256/+71
2018-02-11MdeModulePkg/PerfLib: Add NULL pointer check for "Token"Dandan Bi1-1/+5
2018-02-08MdeModulePkg/SmmCorePerformanceLib:Track FPDT record in SMM phaseDandan Bi1-437/+631
2017-02-24MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0abaStar Zeng1-2/+2
2017-02-23MdeModulePkg: Add performance property configuration tableStar Zeng1-0/+18
2016-04-11MdeModulePkg: Update PerformanceLib instances not to check Identifier.Liming Gao1-5/+4
2015-07-10MdeModulePkg: Fix potential integer overflow issueRuiyu Ni1-14/+18
2015-07-08MdeModulePkg: Refine code to use Strn**S safe functions instead of Str**S one...Qiu Shumin1-2/+2
2015-07-01MdeModulePkg/Library/SmmCorePerformanceLib: Use safe string functions to refi...Qiu Shumin1-2/+2
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen1-87/+5
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng141-5/+11
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng141-17/+27
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng141-9/+36
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang461-9/+52
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng141-5/+10
2012-04-25Fix UNIX GCC build fail.lzeng141-0/+2
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng141-98/+467
2011-03-10Add performance library instances for SMM performance measurement.rsun31-0/+715