/aosp_15_r20/packages/services/Car/tests/vehiclehal_test/assets/ |
D | car_hvac_test.json | 3 "timestamp": 15260639037576360, number 9 "timestamp": 15260639049591139, number 15 "timestamp": 15260639051595289, number 21 "timestamp": 15260639053599360, number 27 "timestamp": 15260639055603768, number 33 "timestamp": 15260639057608371, number 39 "timestamp": 15260639059613009, number 45 "timestamp": 15260639063620060, number 51 "timestamp": 15260639065624360, number 57 "timestamp": 15260639067628579, number [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/ |
H A D | ftrace_parser.cc | 1517 int64_t timestamp, in ParseTypedFtraceToRaw() 1632 int64_t timestamp, in ParseSchedSwitch() 1642 void FtraceParser::ParseKprobe(int64_t timestamp, in ParseKprobe() 1669 void FtraceParser::ParseSchedWaking(int64_t timestamp, in ParseSchedWaking() 1682 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree() 1688 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq() 1695 void FtraceParser::ParseCpuFreqThrottle(int64_t timestamp, ConstBytes blob) { in ParseCpuFreqThrottle() 1707 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq() 1714 void FtraceParser::ParseKgslGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseKgslGpuFreq() 1724 void FtraceParser::ParseCpuIdle(int64_t timestamp, ConstBytes blob) { in ParseCpuIdle() [all …]
|
H A D | drm_tracker.cc | 55 void DrmTracker::ParseDrm(int64_t timestamp, in ParseDrm() 133 void DrmTracker::DrmVblankEvent(int64_t timestamp, in DrmVblankEvent() 145 void DrmTracker::DrmVblankEventDelivered(int64_t timestamp, in DrmVblankEventDelivered() 179 void DrmTracker::BeginSchedRingSlice(int64_t timestamp, SchedRing& ring) { in BeginSchedRingSlice() 200 void DrmTracker::DrmSchedJob(int64_t timestamp, in DrmSchedJob() 223 void DrmTracker::DrmRunJob(int64_t timestamp, in DrmRunJob() 236 void DrmTracker::DrmSchedProcessJob(int64_t timestamp, uint64_t fence_id) { in DrmSchedProcessJob() 276 void DrmTracker::BeginFenceTimelineSlice(int64_t timestamp, in BeginFenceTimelineSlice() 289 void DrmTracker::DmaFenceInit(int64_t timestamp, in DmaFenceInit() 307 void DrmTracker::DmaFenceEmit(int64_t timestamp, in DmaFenceEmit() [all …]
|
H A D | mali_gpu_event_tracker.cc | 177 void MaliGpuEventTracker::ParseMaliGpuMcuStateEvent(int64_t timestamp, in ParseMaliGpuMcuStateEvent() 202 void MaliGpuEventTracker::ParseMaliKcpuCqsSet(int64_t timestamp, in ParseMaliKcpuCqsSet() 208 void MaliGpuEventTracker::ParseMaliKcpuCqsWaitStart(int64_t timestamp, in ParseMaliKcpuCqsWaitStart() 218 void MaliGpuEventTracker::ParseMaliKcpuCqsWaitEnd(int64_t timestamp, in ParseMaliKcpuCqsWaitEnd() 224 void MaliGpuEventTracker::ParseMaliKcpuFenceSignal(int64_t timestamp, in ParseMaliKcpuFenceSignal() 230 void MaliGpuEventTracker::ParseMaliKcpuFenceWaitStart(int64_t timestamp, in ParseMaliKcpuFenceWaitStart() 236 void MaliGpuEventTracker::ParseMaliKcpuFenceWaitEnd(int64_t timestamp, in ParseMaliKcpuFenceWaitEnd() 243 int64_t timestamp, in ParseMaliCSFInterruptStart() 257 void MaliGpuEventTracker::ParseMaliCSFInterruptEnd(int64_t timestamp, in ParseMaliCSFInterruptEnd()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | shannon_log_parser.py | 254 def _feed_nr_power(self, timestamp, tx_pwr, option, lte_nr, window, argument 278 def _feed_lte_power(self, timestamp, tx_pwr, log_data, lte_nr, window, argument 302 def _parse_lte_power(self, timestamp, message, core_id, log_data, fr_id): argument 310 def _parse_lte_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument 319 def _parse_lte_rsrp2(self, timestamp, message, core_id, log_data, fr_id): argument 333 def _parse_nr_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument 341 def _parse_nr_rsrp2(self, timestamp, message, core_id, log_data, fr_id): argument 349 def _parse_fr2_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument 365 def _parse_fr2_power(self, timestamp, message, core_id, log_data, fr_id): argument 372 def _parse_nr_power(self, timestamp, message, core_id, log_data, fr_id): argument [all …]
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarSensorEvent.java | 129 public long timestamp; field in CarSensorEvent 176 public CarSensorEvent(int sensorType, long timestamp, int floatValueSize, int intValueSize, in CarSensorEvent() 186 CarSensorEvent(int sensorType, long timestamp, float[] floatValues, int[] intValues, in CarSensorEvent() 207 public long timestamp; field in CarSensorEvent.EnvironmentData 237 public long timestamp; field in CarSensorEvent.IgnitionStateData 266 public long timestamp; field in CarSensorEvent.NightData 295 public long timestamp; field in CarSensorEvent.GearData 324 public long timestamp; field in CarSensorEvent.ParkingBrakeData 353 public long timestamp; field in CarSensorEvent.FuelLevelData 391 public long timestamp; field in CarSensorEvent.OdometerData [all …]
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | HalPropValueBuilder.java | 88 public HalPropValue build(int prop, int areaId, long timestamp, int status) { in build() 116 public HalPropValue build(int prop, int areaId, long timestamp, int status, int value) { in build() 144 public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] values) { in build() 172 public HalPropValue build(int prop, int areaId, long timestamp, int status, float value) { in build() 200 public HalPropValue build(int prop, int areaId, long timestamp, int status, float[] values) { in build() 228 public HalPropValue build(int prop, int areaId, long timestamp, int status, long value) { in build() 256 public HalPropValue build(int prop, int areaId, long timestamp, int status, long[] values) { in build() 284 public HalPropValue build(int prop, int areaId, long timestamp, int status, String value) { in build() 312 public HalPropValue build(int prop, int areaId, long timestamp, int status, byte[] values) { in build() 333 public HalPropValue build(int prop, int areaId, long timestamp, int status, int[] int32Values, in build() [all …]
|
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/nodes/ |
H A D | onboarding_nodes.proto | 36 optional int64 timestamp = 4; field 44 optional int64 timestamp = 4; field 51 optional int64 timestamp = 3; field 59 optional int64 timestamp = 4; field 67 optional int64 timestamp = 4; field 74 optional int64 timestamp = 3; field 81 optional int64 timestamp = 3; field 88 optional int64 timestamp = 3; field 95 optional int64 timestamp = 3; field 103 optional int64 timestamp = 4; field [all …]
|
H A D | OnboardingEvent.kt | 13 override val timestamp: Instant constant 72 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeExecutedDirectly 131 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeValidating 183 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeFailedValidation 240 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeExtractArgument 298 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeArgumentExtracted 353 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeSetResult 403 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeFail 449 override val timestamp: Instant = Instant.now(), in fromProto() constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeExecutedForResult 514 override val timestamp: Instant = Instant.now(), constant in com.android.onboarding.nodes.OnboardingEvent.ActivityNodeResultReceived [all …]
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 75 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer() 104 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration() 133 inv_time_t * timestamp) in inv_get_sensor_type_gravity() 163 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope() 189 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw() 233 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector() 254 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector_6_axis() 297 inv_time_t * timestamp) in inv_get_sensor_type_geomagnetic_rotation_vector() 329 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field() 357 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field_raw() [all …]
|
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/ |
H A D | MutableAggregation.java | 53 abstract void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp); in add() 70 abstract Point toPoint(Timestamp timestamp); in toPoint() 89 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add() 105 Point toPoint(Timestamp timestamp) { in toPoint() 136 Point toPoint(Timestamp timestamp) { in toPoint() 158 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add() 174 Point toPoint(Timestamp timestamp) { in toPoint() 206 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add() 226 Point toPoint(Timestamp timestamp) { in toPoint() 291 void add(double value, Map<String, AttachmentValue> attachments, Timestamp timestamp) { in add() [all …]
|
/aosp_15_r20/external/perfetto/include/perfetto/tracing/ |
H A D | track_event_legacy.h | 201 timestamp, flags, ...) \ argument 207 phase, category, name, id, thread_id, timestamp, flags, ...) \ argument 299 timestamp) \ argument 305 timestamp, arg_name, arg_val) \ argument 344 thread_id, timestamp) \ argument 349 category_group, name, id, thread_id, timestamp) \ argument 355 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 362 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 403 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 408 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/ |
H A D | track_event_legacy.h | 201 timestamp, flags, ...) \ argument 207 phase, category, name, id, thread_id, timestamp, flags, ...) \ argument 299 timestamp) \ argument 305 timestamp, arg_name, arg_val) \ argument 344 thread_id, timestamp) \ argument 349 category_group, name, id, thread_id, timestamp) \ argument 355 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 362 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 403 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 408 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument [all …]
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
H A D | datalogger_outputs.c | 49 void inv_get_sensor_type_gyro_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_short() 65 inv_time_t *timestamp) in inv_get_sensor_type_gyro_raw_body_float() 92 inv_time_t *timestamp) in inv_get_sensor_type_gyro_float() 107 void inv_get_sensor_type_accel_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_accel_raw_short() 126 inv_time_t *timestamp) in inv_get_sensor_type_accel_float() 141 void inv_get_sensor_type_compass_raw_short(short *values, inv_time_t *timestamp) in inv_get_sensor_type_compass_raw_short() 161 float *values, int8_t *accuracy, inv_time_t *timestamp) in inv_get_sensor_type_compass_float() 226 void inv_get_sensor_type_temperature_float(float *value, inv_time_t *timestamp) in inv_get_sensor_type_temperature_float() 252 inv_time_t *timestamp) in inv_get_sensor_type_quat_float() 270 inv_time_t * timestamp) in inv_get_sensor_type_gravity_float() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | ObexTimeTest.java | 80 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect() local 91 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_POS); in createWithValidDateTimeStringWithPosOffset_TimestampCorrect() local 102 ObexTime timestamp = new ObexTime(VALID_TIME_STRING_WITH_OFFSET_NEG); in createWithValidDateTimeStringWithNegOffset_TimestampCorrect() local 113 ObexTime timestamp = new ObexTime(VALID_DATE_LOCAL_TZ); in createWithValidDate_TimestampCorrect() local 127 ObexTime timestamp = new ObexTime(VALID_INSTANT); in createWithValidInstant_TimestampCorrect() local 140 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput() local 149 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in createWithInvalidDelimiterString_TimestampIsNull() local 158 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_OFFSET_EXTRA_DIGITS); in createWithInvalidOffsetString_TimestampIsNull() local 167 ObexTime timestamp = new ObexTime(INVALID_TIME_STRING_BAD_DELIMITER); in printInvalidTime_ReturnsNull() local
|
/aosp_15_r20/development/tools/winscope/src/common/ |
H A D | timestamp_converter_test.ts | 54 const timestamp = new TimestampConverter( constant 62 const timestamp = constant 71 const timestamp = constant 80 const timestamp = new TimestampConverter( constant 130 const timestamp = converter.makeTimestampFromRealNs(testRealNs); constant 136 const timestamp = constant 145 const timestamp = constant 154 const timestamp = new TimestampConverter( constant 544 const timestamp = converter.makeTimestampFromHuman(timestampHuman); constant
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 123 inv_time_t * timestamp) in inv_get_sensor_type_accelerometer() 152 inv_time_t * timestamp) in inv_get_sensor_type_linear_acceleration() 177 inv_time_t * timestamp) in inv_get_sensor_type_gravity() 202 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope() 228 inv_time_t * timestamp) in inv_get_sensor_type_gyroscope_raw() 272 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector() 294 inv_time_t * timestamp) in inv_get_sensor_type_rotation_vector_6_axis() 339 inv_time_t * timestamp) in inv_get_sensor_type_geomagnetic_rotation_vector() 375 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field() 403 inv_time_t * timestamp) in inv_get_sensor_type_magnetic_field_raw() [all …]
|
H A D | results_holder.c | 67 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) in inv_store_gaming_quaternion() 79 void inv_store_nav_quaternion(const float *quat, inv_time_t timestamp) in inv_store_nav_quaternion() 90 void inv_store_geomag_quaternion(const float *quat, inv_time_t timestamp) in inv_store_geomag_quaternion() 101 void inv_store_game_quaternion(const float *quat, inv_time_t timestamp) in inv_store_game_quaternion() 113 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) in inv_store_accel_quaternion() 124 void inv_set_compass_correction(const long *data, inv_time_t timestamp) in inv_set_compass_correction() 136 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp) in inv_set_geomagnetic_compass_correction() 148 void inv_get_compass_correction(long *data, inv_time_t *timestamp) in inv_get_compass_correction() 159 void inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp) in inv_get_geomagnetic_compass_correction() 295 inv_error_t inv_get_6axis_quaternion(long *data, inv_time_t *timestamp) in inv_get_6axis_quaternion() [all …]
|
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
H A D | SDL_events.h | 157 Uint32 timestamp; member 166 Uint32 timestamp; member 182 Uint32 timestamp; member 198 Uint32 timestamp; member 213 Uint32 timestamp; member 224 Uint32 timestamp; member 240 Uint32 timestamp; member 257 Uint32 timestamp; member 270 Uint32 timestamp; member 286 Uint32 timestamp; member [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | timeline.py | 61 def _create_event(self, ph, category, name, pid, tid, timestamp): argument 117 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument 134 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument 149 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument 164 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument 182 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument 199 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument 216 def emit_counter(self, category, name, pid, timestamp, counter, value): argument 231 def emit_counters(self, category, name, pid, timestamp, counters): argument 265 def __init__(self, name, object_id, timestamp, pid, allocator, num_bytes): argument [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/ |
H A D | TimestampTest.java | 68 Timestamp timestamp = Timestamp.ofTimeMicroseconds(TEST_TIME_MICROSECONDS); in ofMicroseconds() local 75 Timestamp timestamp = Timestamp.of(TEST_DATE); in ofDate() local 88 Timestamp timestamp = Timestamp.of(input); in testOf() local 96 Timestamp timestamp = Timestamp.of(input); in testOf_exactSecond() local 104 Timestamp timestamp = Timestamp.of(input); in testOf_preEpoch() local 112 Timestamp timestamp = Timestamp.of(input); in testOf_onEpoch() local 120 Timestamp timestamp = Timestamp.of(input); in testOf_preEpochExactSecond() local 126 Timestamp timestamp = Timestamp.of(TEST_DATE_PRE_EPOCH); in ofDatePreEpoch() local 139 Timestamp timestamp = Timestamp.ofTimeSecondsAndNanos(TEST_TIME_SECONDS, 1234 * 1000); in toDate() local 276 Timestamp timestamp = Timestamp.fromProto(proto); in fromProto() local
|
/aosp_15_r20/frameworks/opt/car/services/updatableServices/tests/src/com/android/internal/car/updatable/ |
D | UserMetricsTest.java | 49 long timestamp = sendStartingEvent(mUserId); in testStartingEvent_success() local 83 long timestamp = sendSwitchingEvent(mFromUserId, mUserId); in testSwitchingEvent_success() local 98 long timestamp = sendUnlockingEvent(mUserId); in testUnlockingEvent_success() local 112 long timestamp = sendStartingEvent(mUserId); in testUnlockedEvent_success() local 122 long timestamp = sendStopingEvent(mUserId); in testStopingEvent_success() local 155 long timestamp = sendStopingEvent(mUserId); in testStoppedEvent_success() local 204 private void assertStartTime(long timestamp, @UserIdInt int userId) { in assertStartTime() 210 private void assertSwitchTime(long timestamp, @UserIdInt int fromUserId, in assertSwitchTime() 218 private void assertUnlockingTime(long timestamp, int userId) { in assertUnlockingTime() 229 private void assertStopingTime(long timestamp, @UserIdInt int userId) { in assertStopingTime()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/trace_event/common/ |
D | trace_event_common.h | 264 timestamp) \ argument 270 timestamp, arg_name, arg_val) \ argument 310 thread_id, timestamp) \ argument 315 category_group, name, id, thread_id, timestamp) \ argument 320 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 325 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 359 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 364 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument 371 category_group, name, timestamp, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 380 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/trace_event/common/ |
D | trace_event_common.h | 264 timestamp) \ argument 270 timestamp, arg_name, arg_val) \ argument 310 thread_id, timestamp) \ argument 315 category_group, name, id, thread_id, timestamp) \ argument 320 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 325 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 359 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 364 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument 371 category_group, name, timestamp, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 380 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument [all …]
|
/aosp_15_r20/external/libchrome/base/trace_event/common/ |
H A D | trace_event_common.h | 261 timestamp) \ argument 267 timestamp, arg_name, arg_val) \ argument 307 thread_id, timestamp) \ argument 312 category_group, name, id, thread_id, timestamp) \ argument 317 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val) \ argument 322 category_group, name, id, thread_id, timestamp, arg1_name, arg1_val, \ argument 356 #define TRACE_EVENT_MARK_WITH_TIMESTAMP0(category_group, name, timestamp) \ argument 361 #define TRACE_EVENT_MARK_WITH_TIMESTAMP1(category_group, name, timestamp, \ argument 368 category_group, name, timestamp, arg1_name, arg1_val, arg2_name, arg2_val) \ argument 377 #define TRACE_EVENT_COPY_MARK_WITH_TIMESTAMP(category_group, name, timestamp) \ argument [all …]
|