audk/MdeModulePkg/Application/SmiHandlerProfileInfo
Star Zeng f248539538 MdeModulePkg SmiHandlerProfile: Use fixed data type in data structure
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=568

Use fixed data type in data structure and make the structure
be natural aligned.
Without this update, the code must assume DXE and SMM are using
same data type (same size of UINTN), but it may be not true at
some case, for example, after standalone SMM feature is enabled.
With this update, the data structure will be phase independent
and convenient for consumer to parse the data.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2017-05-24 15:27:34 +08:00
..
SmiHandlerProfileInfo.c MdeModulePkg SmiHandlerProfile: Use fixed data type in data structure 2017-05-24 15:27:34 +08:00
SmiHandlerProfileInfo.inf MdeModulePkg/App: Add SmiHandlerProfile dump app. 2017-02-22 15:28:19 +08:00
SmiHandlerProfileInfo.uni MdeModulePkg/App: Add SmiHandlerProfile dump app. 2017-02-22 15:28:19 +08:00
SmiHandlerProfileInfoExtra.uni MdeModulePkg/App: Add SmiHandlerProfile dump app. 2017-02-22 15:28:19 +08:00