ShellPkg/dp: Update dp tool to parse new Perf record
Since performance library instances have been updated to create new FPDT records for new Perf macros. So enhance dp tool to parse the new FPDT records. Enhancement mainly includes: 1. parse the single records for PERF_EVENT macro 2. Parse the new added FPDT_DUAL_GUID_STRING_EVENT_RECORD Cc: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -41,6 +41,7 @@
|
||||
#include <Library/HiiLib.h>
|
||||
#include <Library/FileHandleLib.h>
|
||||
#include <Library/UefiHiiServicesLib.h>
|
||||
#include <Library/Performancelib.h>
|
||||
|
||||
extern EFI_HANDLE mDpHiiHandle;
|
||||
|
||||
|
Reference in New Issue
Block a user