HomeSort by relevance Sort by last modified time
    Searched refs:EndTimeStamp (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
PerformanceLib.c 105 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
111 If EndTimeStamp is NULL, then ASSERT().
124 @param EndTimeStamp The pointer to the 64-bit time stamp that was recorded when the measurement
138 OUT UINT64 *EndTimeStamp
145 ASSERT (EndTimeStamp != NULL);
238 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
244 If EndTimeStamp is NULL, then ASSERT().
258 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
273 OUT UINT64 *EndTimeStamp,
281 ASSERT (EndTimeStamp != NULL);
    [all...]
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpTrace.c 67 &Measurement.EndTimeStamp,
71 if (Measurement.EndTimeStamp == 0) {
200 &Measurement.EndTimeStamp,
207 if (Measurement.EndTimeStamp != 0) {
215 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) ||
340 &Measurement.EndTimeStamp,
346 if (Measurement.EndTimeStamp != 0) {
362 Measurement.EndTimeStamp,
372 Measurement.EndTimeStamp,
433 &Measurement.EndTimeStamp,
    [all...]
Dp.h 85 UINT64 EndTimeStamp; ///< End time point.
DpUtilities.c 86 if (Measurement->EndTimeStamp == 0) {
99 Duration = Measurement->EndTimeStamp - Measurement->StartTimeStamp;
100 Error = (BOOLEAN)(Duration > Measurement->EndTimeStamp);
103 Duration = Measurement->StartTimeStamp - Measurement->EndTimeStamp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
PeiPerformanceLib.c 140 if (LogEntryArray[Index2].EndTimeStamp == 0 &&
210 LogEntryArray[Index].EndTimeStamp = 0;
270 LogEntryArray[Index].EndTimeStamp = TimeStamp;
289 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
295 If EndTimeStamp is NULL, then ASSERT().
309 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
324 OUT UINT64 *EndTimeStamp,
338 ASSERT (EndTimeStamp != NULL);
360 *EndTimeStamp = CurrentLogEntry->EndTimeStamp;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c 286 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
292 If EndTimeStamp is NULL, then ASSERT().
306 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
321 OUT UINT64 *EndTimeStamp,
360 *EndTimeStamp = GaugeData->EndTimeStamp;
664 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
670 If EndTimeStamp is NULL, then ASSERT().
684 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
699 OUT UINT64 *EndTimeStamp,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLib.c 110 if (GaugeEntryExArray[Index2].EndTimeStamp == 0 &&
200 GaugeEntryExArray[Index].EndTimeStamp = 0;
261 GaugeEntryExArray[Index].EndTimeStamp = TimeStamp;
469 GaugeEntryExArray[Index].EndTimeStamp = LogEntryArray[Index].EndTimeStamp;
628 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
634 If EndTimeStamp is NULL, then ASSERT().
648 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
663 OUT UINT64 *EndTimeStamp,
676 ASSERT (EndTimeStamp != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c 197 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
203 If EndTimeStamp is NULL, then ASSERT().
217 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
232 OUT UINT64 *EndTimeStamp,
245 ASSERT (EndTimeStamp != NULL);
280 *EndTimeStamp = GaugeData->EndTimeStamp;
370 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
376 If EndTimeStamp is NULL, then ASSERT().
389 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c 219 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
225 If EndTimeStamp is NULL, then ASSERT().
239 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
254 OUT UINT64 *EndTimeStamp,
267 ASSERT (EndTimeStamp != NULL);
302 *EndTimeStamp = GaugeData->EndTimeStamp;
392 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
398 If EndTimeStamp is NULL, then ASSERT().
411 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 32 UINT64 EndTimeStamp; ///< End time point.
97 UINT64 EndTimeStamp; ///< End time point.
105 UINT64 EndTimeStamp; ///< End time point.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PerformanceLib.h 99 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
105 If EndTimeStamp is NULL, then ASSERT().
118 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
132 OUT UINT64 *EndTimeStamp
217 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
223 If EndTimeStamp is NULL, then ASSERT().
237 @param EndTimeStamp Pointer to the 64-bit time stamp that was recorded when the measurement
252 OUT UINT64 *EndTimeStamp,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpTrace.c 67 &Measurement.EndTimeStamp,
71 if (Measurement.EndTimeStamp == 0) {
200 &Measurement.EndTimeStamp,
207 if (Measurement.EndTimeStamp != 0) {
215 if (((Measurement.EndTimeStamp != 0) && (ElapsedTime < mInterestThreshold)) ||
341 &Measurement.EndTimeStamp,
347 if (Measurement.EndTimeStamp != 0) {
363 Measurement.EndTimeStamp,
373 Measurement.EndTimeStamp,
434 &Measurement.EndTimeStamp,
    [all...]
Dp.h 85 UINT64 EndTimeStamp; ///< End time point.
DpUtilities.c 71 if (Measurement->EndTimeStamp == 0) {
84 Duration = Measurement->EndTimeStamp - Measurement->StartTimeStamp;
85 Error = (BOOLEAN)(Duration > Measurement->EndTimeStamp);
88 Duration = Measurement->StartTimeStamp - Measurement->EndTimeStamp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLib.c 118 if (GaugeEntryExArray[Index2].EndTimeStamp == 0 &&
211 GaugeEntryExArray[Index].EndTimeStamp = 0;
277 GaugeEntryExArray[Index].EndTimeStamp = TimeStamp;
    [all...]

Completed in 119 milliseconds