summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App
AgeCommit message (Expand)AuthorFilesLines
2017-03-16PerformancePkg Dp_App: Handle "/" separator in debug path for GCC buildStar Zeng1-1/+1
2017-02-28PerformancePkg/Dp_App: Add check to avoid NULL pointer deferenceHao Wu1-1/+1
2017-02-24PerformancePkg Dp_App: Fixed GCC build failure caused by 1393510Star Zeng1-1/+1
2017-02-23PerformancePkg Dp_App: Remove TimerLib dependencyStar Zeng8-57/+34
2016-10-27PerformancePkg/Dp_App: rebase to ARRAY_SIZE()Laszlo Ersek2-6/+6
2016-06-21PerformancePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2-8/+10
2016-05-03PerformancePkg Dp_App: Delete InitCumulativeData()Star Zeng1-19/+0
2016-05-03PerformancePkg/Dp_App: Fix the error message "Timer library instance error!"Cinnamon Shia1-0/+5
2016-04-15PerformancePkg: Make Dp print help information with -? flag in Shell.Qiu Shumin3-20/+123
2016-03-29PerformancePkg/Dp_App: Fix a memory leak issue in Dp.Cinnamon Shia1-0/+3
2016-03-08PerformancePkg/Dp_App: Support execution breakCinnamon Shia3-26/+99
2016-02-18PerformancePkg/Dp_App: Refine the code of locating all handles in DpTrace.c.Cinnamon Shia1-31/+9
2016-01-19PerformancePkg Dp_App: Use Image->FilePath to get name for SMM driversStar Zeng1-3/+10
2015-12-15PerformancePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-26PerformancePkg\Dp_App: Add NULL check to pointer returned from 'AllocateZeroP...Qiu Shumin1-1/+2
2015-11-10PerformancePkg/Dp_App: Support dumping cumulative dataCinnamon Shia4-11/+117
2015-07-13PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandleHao Wu1-6/+9
2015-06-30PerformancePkg Dp_App: Resolve buffer size mismatchHao Wu1-4/+4
2015-06-30PerformancePkg Dp_App: Use safe string functionsHao Wu1-9/+18
2015-01-20Performance: Refine the format of INF files.Shumin Qiu1-6/+6
2014-03-26PerfomancePkg Dp: Add missing EFIAPI for PrintToken().Star Zeng2-2/+4
2013-09-05Refine the select language logic.Eric Dong1-2/+16
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-18/+8
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30LoadedImageDevicePath protocol may be installed with NULL device path, so add...lzeng141-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-1/+1
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng145-67/+162
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-1/+3
2011-12-01Refine the code to follow coding style.ydong108-97/+97
2011-11-29Fix PerformancePkg GCC&ICC build fail.lzeng141-1/+1
2011-11-25Update DP to get Image name with the following methods orderly.lzeng146-70/+218
2011-11-10Add description for the parameter of SafeFreePool().lzeng141-0/+3
2011-11-03Add NULL pointer check before free pool.lzeng141-18/+31
2011-05-30Update code to pass packaging tool.lzeng141-3/+1
2011-03-30Update inf file to follow spec.ydong101-2/+2
2011-02-18Refine coding style.ydong102-18/+18
2011-01-20ProcessCumulative() function always calculates the average performance by div...lzeng141-13/+15
2010-12-30Show PEIM GUID in PERF log.lgao42-3/+3
2010-11-15Fix build error.ydong101-6/+14
2010-11-12Refine coding style.ydong102-140/+196
2010-11-12Fixed build errorydong102-4/+4
2010-11-09Move some define code to the uni file. Also fixed some memory leak.ydong108-91/+197
2010-11-09Fix tracker for build error.ydong101-1/+1
2010-11-08Refine code to make code follow the coding style.ydong105-212/+245
2010-11-05Refine code to make code run more safely.ydong101-5/+15
2010-09-29PerformancePkg: Fix build with GCCjljusten3-7/+7
2010-04-24Update the copyright notice formathhtian10-9/+9
2010-04-23Libraries and utilities for instrumenting regions of code and measuring their...darylm50310-0/+1973