Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py116 def clock_sync(*args, **kwargs): function
117 return trace_event_impl.clock_sync(*args, **kwargs)
165 def clock_sync(sync_id, issue_ts=None): function
278 clock_sync.__doc__ = """Issues a clock sync marker event.
Dtrace_event_unittest.py95 trace_event.clock_sync('1')
112 trace_event.clock_sync('1')
210 trace_event.clock_sync('id', issue_ts=trace_time.Now())
228 trace_event.clock_sync('id')
/external/perfetto/test/trace_processor/graphics/
Dindex18 clock_sync.py clock_sync.sql clock_sync.out
/external/walt/arduino/walt/
Dwalt.ino102 struct clock_sync {
108 struct clock_sync clock;
187 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)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py411 def clock_sync(sync_id, issue_ts=None): function