/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
D | walt_agent.py | 96 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback): argument 101 self._clock_sync_marker = format_clock_sync_marker(sync_id, nsec) 102 did_record_clock_sync_callback(t1, sync_id) 118 def format_clock_sync_marker(sync_id, nanosec_time): argument 121 + sync_id + '\n')
|
D | atrace_process_dump.py | 74 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument 79 self._clock_sync_markers[sync_id] = ts_in_agent_domain 80 did_record_sync_marker_callback(ts_in_controller_domain, sync_id)
|
D | __init__.py | 67 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | atrace_agent.py | 230 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument 237 ' %s/trace_marker' % (sync_id, self._tracing_path) 242 did_record_sync_marker_callback(t1, sync_id)
|
D | android_process_data_agent.py | 74 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | android_cgroup_agent.py | 77 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | atrace_from_file_agent.py | 110 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback): argument
|
D | ftrace_agent.py | 206 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
/external/libchrome/base/trace_event/ |
D | tracing_agent.h | 38 base::OnceCallback<void(const std::string& sync_id, 89 virtual void RecordClockSyncMarker(const std::string& sync_id,
|
D | tracing_agent.cc | 17 const std::string& sync_id, in RecordClockSyncMarker() argument
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_event.py | 165 def clock_sync(sync_id, issue_ts=None): argument 166 del sync_id # unused.
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | tracing_controller.py | 102 def RecordClockSyncMarker(self, sync_id, callback): argument 239 sync_id = GetUniqueSyncID() 240 agent.RecordClockSyncMarker(sync_id, ControllerAgentClockSync)
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_assemble.c | 367 int sync_id, sync_id_prev = -1; in assemble() local 412 sync_id = 0; in assemble() 414 sync_id = bc.fetch.opc == VTX_FETCH ? 1 : 2; in assemble() 416 need_sync = sync_id != sync_id_prev; in assemble() 417 sync_id_prev = sync_id; in assemble()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 567 GLsync sync_id = 0; in iterate() local 569 sync_id = m_gl->fenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in iterate() 582 m_gl->objectPtrLabel(sync_id /* name */, max_label + 1 /* length */, label /* label */); in iterate() 585 m_gl->objectPtrLabel(sync_id /* name */, -1 /* length */, &too_long_label[0] /* label */); in iterate() 590 m_gl->deleteSync(sync_id); in iterate() 594 m_gl->deleteSync(sync_id); in iterate() 608 GLsync sync_id = 0; in iterate() local 610 sync_id = m_gl->fenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in iterate() 624 …m_gl->getObjectPtrLabel(sync_id /* name */, -1 /* bufSize */, &length /* length */, label /* label… in iterate() 629 m_gl->deleteSync(sync_id); in iterate() [all …]
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | fake_agent_2.py | 45 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | fake_agent_1.py | 46 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | ddms_tracing_agent.py | 72 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | chrome_startup_tracing_agent.py | 110 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | chrome_tracing_agent.py | 129 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
D | perf_tracing_agent.py | 210 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
|
/external/perfetto/test/ |
D | test_helper.cc | 234 static int sync_id = 0; in SyncAndWaitProducer() local 235 std::string checkpoint_name = "producer_sync_" + std::to_string(++sync_id); in SyncAndWaitProducer()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | log.py | 411 def clock_sync(sync_id, issue_ts=None): argument 425 args_to_log = {"sync_id": sync_id}
|
/external/libchrome/base/trace_event/common/ |
D | trace_event_common.h | 937 #define TRACE_EVENT_CLOCK_SYNC_RECEIVER(sync_id) \ argument 940 TRACE_EVENT_FLAG_NONE, "sync_id", sync_id) 941 #define TRACE_EVENT_CLOCK_SYNC_ISSUER(sync_id, issue_ts, issue_end_ts) \ argument 945 "sync_id", sync_id, "issue_ts", issue_ts)
|
/external/perfetto/include/perfetto/tracing/ |
D | track_event_legacy.h | 1111 #define TRACE_EVENT_CLOCK_SYNC_RECEIVER(sync_id) \ argument 1114 sync_id) 1115 #define TRACE_EVENT_CLOCK_SYNC_ISSUER(sync_id, issue_ts, issue_end_ts) \ argument 1118 TRACE_EVENT_FLAG_NONE, "sync_id", sync_id, "issue_ts", issue_ts)
|