X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FGuid%2FPerformanceMeasurement.h;fp=MdeModulePkg%2FInclude%2FGuid%2FPerformanceMeasurement.h;h=9c5ef7f0df66583edbce5257a8384809ff34097f;hp=016f21a86c94f1dcb7730b2925df9c22f7e02c97;hb=e3917e22e769898bb0d08d0112e768437f1ff9fb;hpb=9c721071d30e69fd47f583cde370c3954cba974d diff --git a/MdeModulePkg/Include/Guid/PerformanceMeasurement.h b/MdeModulePkg/Include/Guid/PerformanceMeasurement.h index 016f21a86c..9c5ef7f0df 100644 --- a/MdeModulePkg/Include/Guid/PerformanceMeasurement.h +++ b/MdeModulePkg/Include/Guid/PerformanceMeasurement.h @@ -53,11 +53,11 @@ typedef enum { typedef EFI_STATUS (EFIAPI *CREATE_PERFORMANCE_MEASUREMENT)( - IN CONST VOID *CallerIdentifier, OPTIONAL - IN CONST VOID *Guid, OPTIONAL - IN CONST CHAR8 *String, OPTIONAL - IN UINT64 TimeStamp, OPTIONAL - IN UINT64 Address, OPTIONAL + IN CONST VOID *CallerIdentifier OPTIONAL, + IN CONST VOID *Guid OPTIONAL, + IN CONST CHAR8 *String OPTIONAL, + IN UINT64 TimeStamp OPTIONAL, + IN UINT64 Address OPTIONAL, IN UINT32 Identifier, IN PERF_MEASUREMENT_ATTRIBUTE Attribute );