X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PerformancePkg%2FDp_App%2FDpTrace.c;fp=PerformancePkg%2FDp_App%2FDpTrace.c;h=593c269f729208381c977c6ebb6d2e655c7da998;hb=16d5d168328cb06d5c1435b82d0aff22a3bbab59;hp=77939c596e3e2db37a7ba804198b16fb090fc2a0;hpb=a41b5272cdffba5fd9c4734d4c06c8682186d822;p=mirror_edk2.git diff --git a/PerformancePkg/Dp_App/DpTrace.c b/PerformancePkg/Dp_App/DpTrace.c index 77939c596e..593c269f72 100644 --- a/PerformancePkg/Dp_App/DpTrace.c +++ b/PerformancePkg/Dp_App/DpTrace.c @@ -568,7 +568,7 @@ ProcessPeims( Duration = GetDuration (&Measurement); ElapsedTime = DurationInMicroSeconds ( Duration ); // Calculate elapsed time in microseconds if (ElapsedTime >= mInterestThreshold) { - GetNameFromHandle (Measurement.Handle); // Name placed in mGaugeString + GetNameFromHandle ((EFI_HANDLE) Measurement.Handle); // Name placed in mGaugeString PrintToken (STRING_TOKEN (STR_DP_PEIM_STAT2), TIndex, // 1 based, Which measurement record is being printed Measurement.Handle,