Home
last modified time | relevance | path

Searched refs:clock_sync (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py105 def clock_sync(sync_id, issue_ts=None): function
162 def clock_sync(sync_id, issue_ts=None): function
274 clock_sync.__doc__ = """
Dtrace_event_unittest.py95 trace_event.clock_sync('1')
112 trace_event.clock_sync('1')
209 trace_event.clock_sync('id', issue_ts=trace_time.Now())
227 trace_event.clock_sync('id')
/external/walt/arduino/walt/
Dwalt.ino99 struct clock_sync {
105 struct clock_sync clock;
184 memset(&clock, 0, sizeof(struct clock_sync));
/external/chromium-trace/catapult/systrace/systrace/
Dtracing_controller.py35 trace_event.clock_sync(name, issue_ts=issue_ts)