]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/DynamicCommand/DpDynamicCommand/DpInternal.h
ShellPkg/Dp: Updated to dump perf log based on FPDT table
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / DpInternal.h
index ece1c23aaf36dc3e4e35c2a881c0e94c2c9dc769..eedc377cded0ec53e27534d9b4d1daeae6c40997 100644 (file)
@@ -6,7 +6,7 @@
   Dp application.  In addition to global data, function declarations for\r
   DpUtilities.c, DpTrace.c, and DpProfile.c are included here.\r
 \r
-  Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.\r
   (C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -29,12 +29,13 @@ extern CHAR16             mGaugeString[DP_GAUGE_STRING_LENGTH + 1];
 extern CHAR16             mUnicodeToken[DXE_PERFORMANCE_STRING_SIZE];\r
 extern UINT64             mInterestThreshold;\r
 extern BOOLEAN            mShowId;\r
+extern UINT8              *mBootPerformanceTable;\r
+extern UINTN              mBootPerformanceTableLength;\r
+extern MEASUREMENT_RECORD *mMeasurementList;\r
+extern UINTN              mMeasurementNum;\r
 \r
 extern PERF_SUMMARY_DATA  SummaryData;    ///< Create the SummaryData structure and init. to ZERO.\r
 \r
-/// Timer Specific Information.\r
-extern TIMER_INFO         TimerInfo;\r
-\r
 /// Items for which to gather cumulative statistics.\r
 extern PERF_CUM_DATA      CumData[];\r
 \r