Home
last modified time | relevance | path

Searched refs:sync_id (Results 1 – 24 of 24) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dwalt_agent.py96 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')
Datrace_process_dump.py74 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__.py67 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Datrace_agent.py230 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)
Dandroid_process_data_agent.py74 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Dandroid_cgroup_agent.py77 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Datrace_from_file_agent.py110 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback): argument
Dftrace_agent.py206 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
/external/libchrome/base/trace_event/
Dtracing_agent.h38 base::OnceCallback<void(const std::string& sync_id,
89 virtual void RecordClockSyncMarker(const std::string& sync_id,
Dtracing_agent.cc17 const std::string& sync_id, in RecordClockSyncMarker() argument
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py165 def clock_sync(sync_id, issue_ts=None): argument
166 del sync_id # unused.
/external/chromium-trace/catapult/systrace/systrace/
Dtracing_controller.py102 def RecordClockSyncMarker(self, sync_id, callback): argument
239 sync_id = GetUniqueSyncID()
240 agent.RecordClockSyncMarker(sync_id, ControllerAgentClockSync)
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c367 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/
DglcKHRDebugTests.cpp567 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/
Dfake_agent_2.py45 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Dfake_agent_1.py46 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Dddms_tracing_agent.py72 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Dchrome_startup_tracing_agent.py110 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Dchrome_tracing_agent.py129 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
Dperf_tracing_agent.py210 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): argument
/external/perfetto/test/
Dtest_helper.cc234 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/
Dlog.py411 def clock_sync(sync_id, issue_ts=None): argument
425 args_to_log = {"sync_id": sync_id}
/external/libchrome/base/trace_event/common/
Dtrace_event_common.h937 #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/
Dtrack_event_legacy.h1111 #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)