- 6bc4e42 PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandle by Hao Wu · 9 years ago
- 269e0ae PerformancePkg Dp_App: Resolve buffer size mismatch by Hao Wu · 9 years ago
- ecd58a2 PerformancePkg Dp_App: Use safe string functions by Hao Wu · 9 years ago
- 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
- e8a61b9 Performance: Refine the format of INF files. by Shumin Qiu · 10 years ago
- ae591c1 MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library Migration. by Daryl McDaniel · 10 years ago
- c1589a2 PerformancePkg: Update comments on TscTimerLib by Liming Gao · 10 years ago
- 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
- fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
- d0f65b2 Refine code to make it more safely. by Eric Dong · 11 years ago
- f85acc2 PerfomancePkg Dp: Add missing EFIAPI for PrintToken(). by Star Zeng · 11 years ago
- 10516d2 Refine the select language logic. by Eric Dong · 11 years ago
- 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
- cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
- f01b91a Fixed build failed. by ydong10 · 13 years ago
- 7ea7eee LoadedImageDevicePath protocol may be installed with NULL device path, so add check before using the device path. by lzeng14 · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- 0b84f44 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
- bff8c6f Update copyright format by hhtian · 13 years ago
- ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
- 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
- d0eaf06 Refine file header format to follow coding style. by ydong10 · 13 years ago
- 3aa1ff6 Update the Package version. by lgao4 · 13 years ago
- 86da563 Refine the code to follow coding style. by ydong10 · 13 years ago
- f7fe94a Fix PerformancePkg GCC&ICC build fail. by lzeng14 · 13 years ago
- 711e36d Fix build error. by lzeng14 · 13 years ago
- a2daf8d Update DP to get Image name with the following methods orderly. by lzeng14 · 13 years ago
- 18d37b8 Add description for the parameter of SafeFreePool(). by lzeng14 · 13 years ago
- cdd9529 Add NULL pointer check before free pool. by lzeng14 · 13 years ago
- 77c9e74 Add TscTimerLibInternal.h in INF file. by lzeng14 · 13 years ago
- da27b95 Refine BaseTscTimerLib. by lzeng14 · 13 years ago
- 034307a Add BaseTscTimerLib, and then merge the three TscTimerLib to one directory. by lzeng14 · 13 years ago
- b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
- 50e6102 Fix GCC build error. by lzeng14 · 13 years ago
- 4ae5165 Allocate memory buffer to store TscFrequency, and InstallConfigurationTable with the pointer to this buffer. by lzeng14 · 13 years ago
- d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
- eaccfcc Clean up DEC files: by mdkinney · 14 years ago
- a176509 Store and get TSC Frequency with system configuration Table. by lzeng14 · 14 years ago
- da0924f PerformancePkg.dsc: by ydong10 · 14 years ago
- abf2162 Update inf file to follow spec. by ydong10 · 14 years ago
- 3a63a42 Enhance inf to follow spec. by ydong10 · 14 years ago
- 19dd3f7 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- d66e9f0 Add comments for the two parameters of DxeTscTimerLibConstructor. by lzeng14 · 14 years ago
- cbdf19a Refine coding style. by ydong10 · 14 years ago
- d50f6f8 TscTimerLib in PerformancePkg is a BASE type library, which should be used by any module type. by lzeng14 · 14 years ago
- 0d70a70 ProcessCumulative() function always calculates the average performance by dividing the count of performance record. by lzeng14 · 14 years ago
- c352252 Show PEIM GUID in PERF log. by lgao4 · 14 years ago
- 5460c4b Fix build error. by ydong10 · 14 years ago
- f97c241 Refine coding style. by ydong10 · 14 years ago
- aec905b Fixed build error by ydong10 · 14 years ago
- 8835954 Move some define code to the uni file. Also fixed some memory leak. by ydong10 · 14 years ago
- 224beee Fix tracker for build error. by ydong10 · 14 years ago
- 9dd7461 Refine code to make code follow the coding style. by ydong10 · 14 years ago
- fc48db0 Refine code to make code run more safely. by ydong10 · 14 years ago
- efca00e pass build for IPF. by vanjeff · 14 years ago
- 16d5d16 PerformancePkg: Fix build with GCC by jljusten · 14 years ago
- 3b7e958 Move TscTimerLib library to correct CPU ARCH as it depends on BaseLib API AsmReadTsc(), which is only available for Ia32 & x64 CPU. by qhuang8 · 15 years ago
- 24cd83a Remove unicode code in source code. by qhuang8 · 15 years ago
- 92ea1df Update the copyright notice format by hhtian · 15 years ago
- c06ad33 Libraries and utilities for instrumenting regions of code and measuring their performance. by darylm503 · 15 years ago