HomeSort by relevance Sort by last modified time
    Searched refs:sync_id (Results 1 - 21 of 21) sorted by null

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 96 def clock_sync(sync_id, issue_ts=None):
101 sync_id: ID of clock sync event.
105 args_to_log = {'sync_id': sync_id}
149 def clock_sync(sync_id, issue_ts=None):
150 del sync_id # unused.
262 traces so that they can be used together. It takes a sync_id, and if it is
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
__init__.py 67 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
71 sync_id: Clock sync ID string.
73 (with arguments: timestamp and sync_id) after the
walt_agent.py 95 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback):
100 self._clock_sync_marker = format_clock_sync_marker(sync_id, nsec)
101 did_record_clock_sync_callback(t1, sync_id)
117 def format_clock_sync_marker(sync_id, nanosec_time):
120 + sync_id + '\n')
battor_trace_agent.py 132 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
136 sync_id: ID string for clock sync marker.
141 self._battor_wrapper.RecordClockSyncMarker(sync_id)
142 did_record_sync_marker_callback(ts, sync_id)
151 time current voltage <sync_id>
153 where the sync_id is only there if a clock sync marker was recorded
android_process_data_agent.py 68 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
atrace_from_file_agent.py 61 def RecordClockSyncMarker(self, sync_id, did_record_clock_sync_callback):
atrace_agent.py 218 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
222 sync_id: ID string for clock sync marker.
225 ' /sys/kernel/debug/tracing/trace_marker' % sync_id
230 did_record_sync_marker_callback(t1, sync_id)
ftrace_agent.py 205 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
  /external/chromium-trace/catapult/systrace/profile_chrome/
fake_agent_1.py 46 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
fake_agent_2.py 45 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
chrome_startup_tracing_agent.py 89 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
ddms_tracing_agent.py 71 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
chrome_tracing_agent.py 128 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
perf_tracing_agent.py 209 def RecordClockSyncMarker(self, sync_id, did_record_sync_marker_callback):
  /external/chromium-trace/catapult/systrace/systrace/
tracing_controller.py 101 def RecordClockSyncMarker(self, sync_id, callback):
238 sync_id = GetUniqueSyncID()
239 agent.RecordClockSyncMarker(sync_id, ControllerAgentClockSync)
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper.py 270 def RecordClockSyncMarker(self, sync_id):
272 if not isinstance(sync_id, basestring):
273 raise TypeError('sync_id must be a string.')
274 self._SendBattOrCommand('%s %s' % (self._RECORD_CLOCKSYNC_CMD, sync_id))
  /external/libchrome/base/trace_event/common/
trace_event_common.h     [all...]
  /external/v8/base/trace_event/common/
trace_event_common.h     [all...]
  /system/nfc/src/hal/int/
nfc_brcm_defs.h 400 uint8_t sync_id[NFC_HAL_HCI_SYNC_ID_LEN]; member in struct:__anon114694
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 2481 uint32_t sync_id = 0; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 453 uint16 sync_id; member in struct:wl_escan_params
462 uint16 sync_id; member in struct:wl_escan_result
    [all...]

Completed in 336 milliseconds