Searched refs:RecordClockSyncMarker (Results 1 - 24 of 24) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A D__init__.py67 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:TracingAgent
H A Dbattor_trace_agent.py132 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:BattOrTraceAgent
141 self._battor_wrapper.RecordClockSyncMarker(sync_id)
H A Datrace_from_file_agent.py61 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback): member in class:AtraceFromFileAgent
H A Dftrace_agent.py205 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:FtraceAgent
H A Datrace_agent.py219 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:AtraceAgent
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A D__init__.py69 def RecordClockSyncMarker(self, sync_id, member in class:TracingAgent
84 RecordClockSyncMarker because it's important for clock sync accuracy
87 additional time-consuming cleanup work in RecordClockSyncMarker after
H A Datrace_tracing_agent.py48 def RecordClockSyncMarker(self, sync_id, member in class:AtraceTracingAgent
50 return self._atrace_agent.RecordClockSyncMarker(sync_id,
H A Dbattor_tracing_agent.py27 (StartTracing, StopTracing, RecordClockSyncMarker) to BattOrs, which are
91 def RecordClockSyncMarker(self, sync_id, member in class:BattOrTracingAgent
103 self._battor.RecordClockSyncMarker(sync_id)
H A Dbattor_tracing_agent_unittest.py88 def RecordClockSyncMarker(self, _): member in class:FakeBattOr
194 self.android_agent.RecordClockSyncMarker('123', callback_without_exception)
196 self.android_agent.RecordClockSyncMarker('abc', callback_with_exception)
H A Dchrome_tracing_agent.py171 def RecordClockSyncMarker(self, sync_id, member in class:ChromeTracingAgent
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dtracing_controller.py82 def RecordClockSyncMarker(self, sync_id, member in class:TracingController
84 return self._tracing_controller_backend.RecordClockSyncMarker(
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dfake_agent_1.py46 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:FakeAgent
H A Dfake_agent_2.py45 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:FakeAgent2
H A Dddms_tracing_agent.py71 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:DdmsAgent
H A Dchrome_startup_tracing_agent.py89 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:ChromeStartupTracingAgent
H A Dchrome_tracing_agent.py128 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:ChromeTracingAgent
H A Dperf_tracing_agent.py209 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in class:PerfProfilerAgent
/external/chromium-trace/catapult/common/battor/battor/
H A Dbattor_wrapper_devicetest.py69 battor.RecordClockSyncMarker('abc')
H A Dbattor_wrapper.py83 _RECORD_CLOCKSYNC_CMD = 'RecordClockSyncMarker'
262 def RecordClockSyncMarker(self, sync_id): member in class:BattOrWrapper
/external/chromium-trace/catapult/systrace/systrace/
H A Dtracing_controller.py85 define RecordClockSyncMarker (rather, the recording of the "controller
92 def RecordClockSyncMarker(self, sync_id, callback): member in class:TracingControllerAgent
230 agent.RecordClockSyncMarker(sync_id, ControllerAgentClockSync)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dtracing_backend.py148 def RecordClockSyncMarker(self, sync_id): member in class:TracingBackend
H A Ddevtools_client_backend.py342 self._tracing_backend.RecordClockSyncMarker(sync_id)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dtracing_controller_backend.py209 'RecordClockSyncMarker',
212 agent.RecordClockSyncMarker(sync_id,
H A Dtracing_controller_backend_unittest.py58 def RecordClockSyncMarker(self, sync_id, callback): member in class:FakeTracingAgentBase

Completed in 277 milliseconds