Searched defs:TimeStamp (Results 1 - 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
H A DPerformanceLib.c27 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
28 If TimeStamp is zero, then this function reads the current time stamp
37 @param TimeStamp 64-bit time stamp.
50 IN UINT64 TimeStamp
61 If the record is found and TimeStamp is not zero,
62 then TimeStamp is added to the record as the end time.
63 If the record is found and TimeStamp is zero, then this function reads
72 @param TimeStamp 64-bit time stamp.
85 IN UINT64 TimeStamp
175 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
213 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
H A DLinuxLoaderHelper.c46 UINT64 Start, Stop, TimeStamp; local
60 TimeStamp = 0;
68 TimeStamp += Delta;
79 DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerSecond, NULL));
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
H A DDxePerformanceLib.c85 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
86 If TimeStamp is zero, then this function reads the current time stamp
95 @param TimeStamp 64-bit time stamp.
109 IN UINT64 TimeStamp,
121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
123 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp);
136 If the record is found and TimeStamp is not zero,
137 then TimeStamp is added to the record as the end time.
138 If the record is found and TimeStamp i
105 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
157 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
H A DPeiPerformanceLib.c155 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
156 If TimeStamp is zero, then this function reads the current time stamp
165 @param TimeStamp 64-bit time stamp.
179 IN UINT64 TimeStamp,
213 if (TimeStamp == 0) {
214 TimeStamp = GetPerformanceCounter ();
216 LogEntryArray[Index].StartTimeStamp = TimeStamp;
226 If the record is found and TimeStamp is not zero,
227 then TimeStamp i
175 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
247 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
H A DSmmPerformanceLib.c107 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
108 If TimeStamp is zero, then this function reads the current time stamp
117 @param TimeStamp 64-bit time stamp.
131 IN UINT64 TimeStamp,
143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
145 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp);
158 If the record is found and TimeStamp is not zero,
159 then TimeStamp is added to the record as the end time.
160 If the record is found and TimeStamp i
127 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
179 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
H A DBiosIdLib.h59 CHAR16 TimeStamp[10]; // "YYMMDDHHMM"
50 CHAR16 TimeStamp[10]; // "YYMMDDHHMM" member in struct:__anon11858
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DAuthVariableLib.h41 EFI_TIME *TimeStamp; member in struct:__anon6520
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
H A DPing6.h38 UINT64 TimeStamp; member in struct:_ICMP6_ECHO_REQUEST_REPLY
47 UINT64 TimeStamp; member in struct:_PING6_ICMP6_TX_INFO
H A DPing6.c174 Match the request, and reply with SequenceNum/TimeStamp.
196 if ((TxInfo->SequenceNum == Packet->SequenceNum) && (TxInfo->TimeStamp == Packet->TimeStamp)) {
286 Rtt = Ping6CalculateTick (Reply->TimeStamp, ReadTime ());
340 @param[in] TimeStamp The TimeStamp of request.
349 IN UINT64 TimeStamp,
369 Request->TimeStamp = TimeStamp;
447 TxInfo->TimeStamp
347 Ping6GenerateToken( IN PING6_PRIVATE_DATA *Private, IN UINT64 TimeStamp, IN UINT16 SequenceNum ) argument
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
H A DEblCmdLib.c229 UINT64 Start, Stop, TimeStamp; local
260 TimeStamp = 0;
268 TimeStamp += Delta;
277 AsciiPrint ("Total Time = %ld ms\n\n", DivU64x64Remainder (MultU64x32 (TimeStamp, 1000), TicksPerSecond, NULL));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
H A Dfwimage.c310 time_t TimeStamp; local
329 TimeStamp = 0;
367 TimeStamp = mktime (&TimeStruct);
368 if (TimeStamp == (time_t) - 1) {
525 PeHdr->PeHeader32.FileHeader.TimeDateStamp = (UINT32) TimeStamp;
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
H A DVariableFormat.h179 /// Associated TimeStamp value against replay attack.
181 EFI_TIME TimeStamp; member in struct:__anon6516
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
H A DDxeCorePerformanceLib.c129 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
130 If TimeStamp is zero, the start time in the record is filled in with the value
139 @param TimeStamp 64-bit time stamp.
153 IN UINT64 TimeStamp,
203 if (TimeStamp == 0) {
204 TimeStamp = GetPerformanceCounter ();
206 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
220 If the record is found and TimeStamp is not zero,
221 then the end time in the record is filled in with the value specified by TimeStamp
149 StartGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
241 EndGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
564 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
603 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
H A DDxeSmmPerformanceLib.c138 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
139 If TimeStamp is zero, then this function reads the current time stamp
148 @param TimeStamp 64-bit time stamp.
162 IN UINT64 TimeStamp,
174 If the record is found and TimeStamp is not zero,
175 then TimeStamp is added to the record as the end time.
176 If the record is found and TimeStamp is zero, then this function reads
185 @param TimeStamp 64-bit time stamp.
199 IN UINT64 TimeStamp,
158 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
195 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c137 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
138 If TimeStamp is zero, the start time in the record is filled in with the value
147 @param TimeStamp 64-bit time stamp.
161 IN UINT64 TimeStamp,
214 if (TimeStamp == 0) {
215 TimeStamp = GetPerformanceCounter ();
217 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
233 If the record is found and TimeStamp is not zero,
234 then the end time in the record is filled in with the value specified by TimeStamp
157 StartGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
254 EndGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
813 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
852 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DUdp6.h230 EFI_TIME TimeStamp; member in struct:__anon9323
H A DUdp4.h109 EFI_TIME TimeStamp; member in struct:__anon9314
H A DIp4.h216 EFI_TIME TimeStamp; member in struct:__anon9084
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
H A DUefiMultiPhase.h221 /// For the TimeStamp value, components Pad1, Nanosecond, TimeZone, Daylight and
224 EFI_TIME TimeStamp; member in struct:__anon9437
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
H A DUdp4.h116 EFI_TIME TimeStamp; member in struct:__anon4432
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
H A DIp4.h142 EFI_TIME TimeStamp; member in struct:_EFI_IP4_RECEIVE_DATA
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DIpmiNetFnChassis.h170 UINT32 TimeStamp; member in struct:__anon7695
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
H A DPing6.c32 UINT32 TimeStamp; member in struct:_ICMP6_ECHO_REQUEST_REPLY
41 UINT32 TimeStamp; member in struct:_PING6_ICMP6_TX_INFO
335 Match the request, and reply with SequenceNum/TimeStamp.
357 if ((TxInfo->SequenceNum == Packet->SequenceNum) && (TxInfo->TimeStamp == Packet->TimeStamp)) {
446 Rtt = Ping6CalculateTick (Private, Reply->TimeStamp, Ping6ReadTime (Private));
495 @param[in] TimeStamp The TimeStamp of request.
504 IN UINT32 TimeStamp,
524 Request->TimeStamp
502 Ping6GenerateToken( IN PING6_PRIVATE_DATA *Private, IN UINT32 TimeStamp, IN UINT16 SequenceNum ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
H A DGenFw.c108 IN CHAR8 *TimeStamp
1060 CHAR8 *TimeStamp; local
1134 TimeStamp = NULL;
1258 TimeStamp = argv[1];
1529 VerboseMsg ("Set new time stamp %s in the input PE image.", TimeStamp);
2248 Status = SetStamp (FileBuffer, TimeStamp);
2873 //Zero Debug Data and TimeStamp
2904 IN CHAR8 *TimeStamp
2916 TimeStamp - Time stamp string.
2920 EFI_INVALID_PARAMETER - TimeStamp forma
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DMisc.py443 TimeStamp = FileState[-2]
445 if File in gFileTimeStampCache and TimeStamp == gFileTimeStampCache[File]:
449 gFileTimeStampCache[File] = TimeStamp
1890 TimeStamp = property(_GetTimeStamp) variable in class:PathClass

Completed in 256 milliseconds

12