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

123

/vbox/src/VBox/Devices/EFI/Firmware/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
73 @param TimeStamp 64-bit time stamp.
86 IN UINT64 TimeStamp
176 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
214 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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
158 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiPerformanceLib/
H A DPeiPerformanceLib.c146 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
147 If TimeStamp is zero, then this function reads the current time stamp
156 @param TimeStamp 64-bit time stamp.
170 IN UINT64 TimeStamp,
198 if (TimeStamp == 0) {
199 TimeStamp = GetPerformanceCounter ();
201 LogEntryArray[Index].StartTimeStamp = TimeStamp;
211 If the record is found and TimeStamp is not zero,
212 then TimeStamp i
166 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
233 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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
180 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwmistr.h62 LARGE_INTEGER TimeStamp; member in union:_WNODE_HEADER::__anon14607
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwmistr.h62 LARGE_INTEGER TimeStamp; member in union:_WNODE_HEADER::__anon1913
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
346 TimeStamp /* time */,
355 TimeStamp /* time */,
368 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
346 TimeStamp /* time */,
355 TimeStamp /* time */,
368 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
346 TimeStamp /* time */,
355 TimeStamp /* time */,
368 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
347 TimeStamp /* time */,
356 TimeStamp /* time */,
369 TimeStamp /* time */,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSmmPerformanceLib/
H A DDxeSmmPerformanceLib.c83 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
84 If TimeStamp is zero, then this function reads the current time stamp
93 @param TimeStamp 64-bit time stamp.
107 IN UINT64 TimeStamp,
119 If the record is found and TimeStamp is not zero,
120 then TimeStamp is added to the record as the end time.
121 If the record is found and TimeStamp is zero, then this function reads
130 @param TimeStamp 64-bit time stamp.
144 IN UINT64 TimeStamp,
103 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
140 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiMultiPhase.h183 /// For the TimeStamp value, components Pad1, Nanosecond, TimeZone, Daylight and
186 EFI_TIME TimeStamp; member in struct:__anon12424
/vbox/src/VBox/Devices/EFI/Firmware/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
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
322 TimeStamp time);
326 extern _X_EXPORT TimeStamp
344 TimeStamp /* time */ ,
353 TimeStamp /* time */ ,
366 TimeStamp /* time */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddix.h142 } TimeStamp; typedef in typeref:struct:_TimeStamp
324 TimeStamp time);
328 extern _X_EXPORT TimeStamp
346 TimeStamp /* time */ ,
355 TimeStamp /* time */ ,
368 TimeStamp /* time */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddix.h146 } TimeStamp; typedef in typeref:struct:_TimeStamp
375 TimeStamp /* time */,
384 TimeStamp /* time */,
392 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddix.h135 } TimeStamp; typedef in typeref:struct:_TimeStamp
335 TimeStamp /* time */,
344 TimeStamp /* time */,
352 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddix.h135 } TimeStamp; typedef in typeref:struct:_TimeStamp
345 TimeStamp /* time */,
354 TimeStamp /* time */,
362 TimeStamp /* time */,
646 TimeStamp ctime,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddix.h136 } TimeStamp; typedef in typeref:struct:_TimeStamp
344 TimeStamp /* time */,
353 TimeStamp /* time */,
366 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddix.h136 } TimeStamp; typedef in typeref:struct:_TimeStamp
339 TimeStamp /* time */,
348 TimeStamp /* time */,
361 TimeStamp /* time */,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
330 TimeStamp /* time */ ,
339 TimeStamp /* time */ ,
352 TimeStamp /* time */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
330 TimeStamp /* time */ ,
339 TimeStamp /* time */ ,
352 TimeStamp /* time */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddix.h137 } TimeStamp; typedef in typeref:struct:_TimeStamp
319 TimeStamp time);
323 extern _X_EXPORT TimeStamp
341 TimeStamp /* time */ ,
350 TimeStamp /* time */ ,
363 TimeStamp /* time */ ,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCorePerformanceLib/
H A DDxeCorePerformanceLib.c125 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
126 If TimeStamp is zero, the start time in the record is filled in with the value
135 @param TimeStamp 64-bit time stamp.
149 IN UINT64 TimeStamp,
199 if (TimeStamp == 0) {
200 TimeStamp = GetPerformanceCounter ();
202 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
216 If the record is found and TimeStamp is not zero,
217 then the end time in the record is filled in with the value specified by TimeStamp
145 StartGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
237 EndGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
558 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
597 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.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,
206 if (TimeStamp == 0) {
207 TimeStamp = GetPerformanceCounter ();
209 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
225 If the record is found and TimeStamp is not zero,
226 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
246 EndGaugeEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
801 StartPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
840 EndPerformanceMeasurementEx( IN CONST VOID *Handle, OPTIONAL IN CONST CHAR8 *Token, OPTIONAL IN CONST CHAR8 *Module, OPTIONAL IN UINT64 TimeStamp, IN UINT32 Identifier ) argument
[all...]

Completed in 128 milliseconds

123