]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/Performance.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Guid / Performance.h
index 6e21ed03e68680769665d755cd07b8e28efbe711..72e39787a6166a9b93b845cca59b663f742b568f 100644 (file)
@@ -2,15 +2,15 @@
   This file defines performance-related definitions, including the format of:\r
   * performance GUID HOB.\r
   * performance protocol interfaces.\r
   This file defines performance-related definitions, including the format of:\r
   * performance GUID HOB.\r
   * performance protocol interfaces.\r
-  * performance variables.  \r
+  * performance variables.\r
 \r
 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                            \r
+http://opensource.org/licenses/bsd-license.php.\r
 \r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
@@ -36,7 +36,7 @@ typedef struct {
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
-  CHAR8                 Token[PEI_PERFORMANCE_STRING_SIZE];   ///< Measured token string name. \r
+  CHAR8                 Token[PEI_PERFORMANCE_STRING_SIZE];   ///< Measured token string name.\r
   CHAR8                 Module[PEI_PERFORMANCE_STRING_SIZE];  ///< Module string name.\r
   UINT64                StartTimeStamp;                       ///< Start time point.\r
   UINT64                EndTimeStamp;                         ///< End time point.\r
   CHAR8                 Module[PEI_PERFORMANCE_STRING_SIZE];  ///< Module string name.\r
   UINT64                StartTimeStamp;                       ///< Start time point.\r
   UINT64                EndTimeStamp;                         ///< End time point.\r
@@ -44,7 +44,7 @@ typedef struct {
 \r
 //\r
 // The header must be aligned at 8 bytes.\r
 \r
 //\r
 // The header must be aligned at 8 bytes.\r
-// \r
+//\r
 typedef struct {\r
   UINT32                NumberOfEntries;  ///< The number of all performance log entries.\r
   UINT32                Reserved;\r
 typedef struct {\r
   UINT32                NumberOfEntries;  ///< The number of all performance log entries.\r
   UINT32                Reserved;\r
@@ -76,7 +76,7 @@ typedef struct _PERFORMANCE_EX_PROTOCOL PERFORMANCE_EX_PROTOCOL;
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
-  CHAR8                 Token[DXE_PERFORMANCE_STRING_SIZE];  ///< Measured token string name. \r
+  CHAR8                 Token[DXE_PERFORMANCE_STRING_SIZE];  ///< Measured token string name.\r
   CHAR8                 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name.\r
   UINT64                StartTimeStamp;                      ///< Start time point.\r
   UINT64                EndTimeStamp;                        ///< End time point.\r
   CHAR8                 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name.\r
   UINT64                StartTimeStamp;                      ///< Start time point.\r
   UINT64                EndTimeStamp;                        ///< End time point.\r
@@ -84,7 +84,7 @@ typedef struct {
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS  Handle;\r
-  CHAR8                 Token[DXE_PERFORMANCE_STRING_SIZE];  ///< Measured token string name. \r
+  CHAR8                 Token[DXE_PERFORMANCE_STRING_SIZE];  ///< Measured token string name.\r
   CHAR8                 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name.\r
   UINT64                StartTimeStamp;                      ///< Start time point.\r
   UINT64                EndTimeStamp;                        ///< End time point.\r
   CHAR8                 Module[DXE_PERFORMANCE_STRING_SIZE]; ///< Module string name.\r
   UINT64                StartTimeStamp;                      ///< Start time point.\r
   UINT64                EndTimeStamp;                        ///< End time point.\r
@@ -215,7 +215,7 @@ EFI_STATUS
   @param  LogEntryKey             The key for the previous performance measurement log entry.\r
                                   If 0, then the first performance measurement log entry is retrieved.\r
   @param  GaugeDataEntry          Out parameter for the indirect pointer to the gauge data entry specified by LogEntryKey.\r
   @param  LogEntryKey             The key for the previous performance measurement log entry.\r
                                   If 0, then the first performance measurement log entry is retrieved.\r
   @param  GaugeDataEntry          Out parameter for the indirect pointer to the gauge data entry specified by LogEntryKey.\r
-                                  \r
+\r
   @retval EFI_SUCCESS             The GuageDataEntry is successfully found based on LogEntryKey.\r
   @retval EFI_NOT_FOUND           There is no entry after the measurement referred to by LogEntryKey.\r
   @retval EFI_INVALID_PARAMETER   The LogEntryKey is not a valid entry, or GaugeDataEntry is NULL.\r
   @retval EFI_SUCCESS             The GuageDataEntry is successfully found based on LogEntryKey.\r
   @retval EFI_NOT_FOUND           There is no entry after the measurement referred to by LogEntryKey.\r
   @retval EFI_INVALID_PARAMETER   The LogEntryKey is not a valid entry, or GaugeDataEntry is NULL.\r
@@ -310,7 +310,7 @@ EFI_STATUS
   @param  LogEntryKey             The key for the previous performance measurement log entry.\r
                                   If 0, then the first performance measurement log entry is retrieved.\r
   @param  GaugeDataEntryEx        Out parameter for the indirect pointer to the extented gauge data entry specified by LogEntryKey.\r
   @param  LogEntryKey             The key for the previous performance measurement log entry.\r
                                   If 0, then the first performance measurement log entry is retrieved.\r
   @param  GaugeDataEntryEx        Out parameter for the indirect pointer to the extented gauge data entry specified by LogEntryKey.\r
-                                  \r
+\r
   @retval EFI_SUCCESS             The GuageDataEntryEx is successfully found based on LogEntryKey.\r
   @retval EFI_NOT_FOUND           There is no entry after the measurement referred to by LogEntryKey.\r
   @retval EFI_INVALID_PARAMETER   The LogEntryKey is not a valid entry, or GaugeDataEntryEx is NULL.\r
   @retval EFI_SUCCESS             The GuageDataEntryEx is successfully found based on LogEntryKey.\r
   @retval EFI_NOT_FOUND           There is no entry after the measurement referred to by LogEntryKey.\r
   @retval EFI_INVALID_PARAMETER   The LogEntryKey is not a valid entry, or GaugeDataEntryEx is NULL.\r