/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
D | __init__.py | 67 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in TracingAgent
|
D | android_process_data_agent.py | 74 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in AndroidProcessDataAgent
|
D | walt_agent.py | 96 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback): member in WaltAgent
|
D | atrace_process_dump.py | 74 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in AtraceProcessDumpAgent
|
D | atrace_from_file_agent.py | 131 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback): member in AtraceFromFileAgent
|
D | ftrace_agent.py | 206 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in FtraceAgent
|
D | atrace_agent.py | 227 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in AtraceAgent
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | tracing_controller.py | 102 def RecordClockSyncMarker(self, sync_id, callback): member in TracingControllerAgent 240 agent.RecordClockSyncMarker(sync_id, ControllerAgentClockSync)
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | fake_agent_2.py | 45 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in FakeAgent2
|
D | fake_agent_1.py | 46 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in FakeAgent
|
D | ddms_tracing_agent.py | 72 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in DdmsAgent
|
D | chrome_startup_tracing_agent.py | 110 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in ChromeStartupTracingAgent
|
D | chrome_tracing_agent.py | 129 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in ChromeTracingAgent
|
D | perf_tracing_agent.py | 211 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback): member in PerfProfilerAgent
|