summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtimeRay Ni2023-06-211-2/+45
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-286/+326
* MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-25/+24
* MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxeedk2-stable202111-rc1Dandan Bi2021-11-121-32/+110
* MdeModulePkg: fix cast in GetModuleInfoFromHandle() callsLaszlo Ersek2019-10-091-4/+4
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/SmmCorePerformanceLib: Update mPerformanceLengthDandan Bi2018-07-041-4/+4
* MdeModulePkg/PerformanceLib: Add NULL pointer checkDandan Bi2018-06-281-6/+12
* MdeModulePkg: Update performance library instancesBi, Dandan2018-06-261-224/+421
* MdeModulePkg: Update Performance instances to use new protocolBi, Dandan2018-06-261-256/+71
* MdeModulePkg/PerfLib: Add NULL pointer check for "Token"Dandan Bi2018-02-111-1/+5
* MdeModulePkg/SmmCorePerformanceLib:Track FPDT record in SMM phaseDandan Bi2018-02-081-437/+631
* MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0abaStar Zeng2017-02-241-2/+2
* MdeModulePkg: Add performance property configuration tableStar Zeng2017-02-231-0/+18
* MdeModulePkg: Update PerformanceLib instances not to check Identifier.Liming Gao2016-04-111-5/+4
* MdeModulePkg: Fix potential integer overflow issueRuiyu Ni2015-07-101-14/+18
* MdeModulePkg: Refine code to use Strn**S safe functions instead of Str**S one...Qiu Shumin2015-07-081-2/+2
* MdeModulePkg/Library/SmmCorePerformanceLib: Use safe string functions to refi...Qiu Shumin2015-07-011-2/+2
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-021-87/+5
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-5/+11
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-071-17/+27
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-251-9/+36
* Add more SMRAM range check to 3 SMI handler.czhang462012-06-271-9/+52
* Optimize the log entry search algorithm to save boot performance.lzeng142012-05-291-5/+10
* Fix UNIX GCC build fail.lzeng142012-04-251-0/+2
* Add new extension PerformanceLib APIs to store ID info.lzeng142012-04-241-98/+467
* Add performance library instances for SMM performance measurement.rsun32011-03-101-0/+715