mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/ExtendedFirmwarePerf: Remove PerfId definitions
Remove the definitions of performance identifier since they have been added into PerformanceLib.h. 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:
parent
2c5b667e64
commit
a08cbb95d6
|
@ -32,31 +32,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#define START_IMAGE_TOK "StartImage:" ///< Dispatched Modules Entry Point execution
|
||||
#define PEIM_TOK "PEIM" ///< PEIM Modules Entry Point execution
|
||||
|
||||
//
|
||||
// Public Progress Identifiers for Event Records to map the above known token
|
||||
//
|
||||
#define MODULE_START_ID 0x01
|
||||
#define MODULE_END_ID 0x02
|
||||
#define MODULE_LOADIMAGE_START_ID 0x03
|
||||
#define MODULE_LOADIMAGE_END_ID 0x04
|
||||
#define MODULE_DB_START_ID 0x05
|
||||
#define MODULE_DB_END_ID 0x06
|
||||
#define MODULE_DB_SUPPORT_START_ID 0x07
|
||||
#define MODULE_DB_SUPPORT_END_ID 0x08
|
||||
#define MODULE_DB_STOP_START_ID 0x09
|
||||
#define MODULE_DB_STOP_END_ID 0x0A
|
||||
|
||||
#define PERF_EVENTSIGNAL_START_ID 0x10
|
||||
#define PERF_EVENTSIGNAL_END_ID 0x11
|
||||
#define PERF_CALLBACK_START_ID 0x20
|
||||
#define PERF_CALLBACK_END_ID 0x21
|
||||
#define PERF_FUNCTION_START_ID 0x30
|
||||
#define PERF_FUNCTION_END_ID 0x31
|
||||
#define PERF_INMODULE_START_ID 0x40
|
||||
#define PERF_INMODULE_END_ID 0x41
|
||||
#define PERF_CROSSMODULE_START_ID 0x50
|
||||
#define PERF_CROSSMODULE_END_ID 0x51
|
||||
|
||||
//
|
||||
// Misc defines
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue