]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h
ShellPkg/Dp: Make the help info align with code
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / Dp.h
index 4027b6b84eae73b1087a1e9281a5504535135fea..aae021334d67c6808044c430df2b4ae6f67bb19b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Header file for 'dp' command functions.\r
 \r
-  Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -19,6 +19,9 @@
 #include <Uefi.h>\r
 \r
 #include <Guid/Performance.h>\r
+#include <Guid/ExtendedFirmwarePerformance.h>\r
+#include <Guid/FirmwarePerformance.h>\r
+#include <Guid/Acpi.h>\r
 \r
 #include <Protocol/HiiPackageList.h>\r
 #include <Protocol/DevicePath.h>\r
@@ -42,7 +45,7 @@
 extern EFI_HANDLE mDpHiiHandle;\r
 \r
 #define DP_MAJOR_VERSION        2\r
-#define DP_MINOR_VERSION        4\r
+#define DP_MINOR_VERSION        5\r
 \r
 /**\r
   * The value assigned to DP_DEBUG controls which debug output\r
@@ -50,12 +53,6 @@ extern EFI_HANDLE mDpHiiHandle;
 **/\r
 #define DP_DEBUG                0\r
 \r
-/**\r
-  * Set to 1 once Profiling has been implemented in order to enable\r
-  * profiling related options and report output.\r
-**/\r
-#define PROFILING_IMPLEMENTED   0\r
-\r
 #define DEFAULT_THRESHOLD       1000    ///< One millisecond.\r
 #define DEFAULT_DISPLAYCOUNT    50\r
 #define MAXIMUM_DISPLAYCOUNT    999999  ///< Arbitrary maximum reasonable number.\r
@@ -94,7 +91,6 @@ typedef struct {
 \r
 typedef struct {\r
   UINT32                NumTrace;         ///< Number of recorded TRACE performance measurements.\r
-  UINT32                NumProfile;       ///< Number of recorded PROFILE performance measurements.\r
   UINT32                NumIncomplete;    ///< Number of measurements with no END value.\r
   UINT32                NumSummary;       ///< Number of summary section measurements.\r
   UINT32                NumHandles;       ///< Number of measurements with handles.\r