MdeModulePkg: Update performance library instances
Update the performance library instances in MdeModulePkg to implement the APIs used for new added Perf macros. V2: Share the common logics of creating FPDT record for new added Perf macros and existing Perf macros. Cc: Liming Gao <liming.gao@intel.com> Cc: Star Zeng <star.zeng@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:
@ -220,12 +220,6 @@ typedef struct {
|
||||
|
||||
#pragma pack()
|
||||
|
||||
typedef struct {
|
||||
UINT16 ProgressID;
|
||||
UINT16 Type;
|
||||
UINT8 RecordSize;
|
||||
} FPDT_BASIC_RECORD_INFO;
|
||||
|
||||
//
|
||||
// Union of all FPDT records
|
||||
//
|
||||
|
Reference in New Issue
Block a user