Searched refs:clock_sync (Results 1 – 6 of 6) sorted by relevance
116 def clock_sync(*args, **kwargs): function117 return trace_event_impl.clock_sync(*args, **kwargs)165 def clock_sync(sync_id, issue_ts=None): function278 clock_sync.__doc__ = """Issues a clock sync marker event.
95 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')
18 clock_sync.py clock_sync.sql clock_sync.out
102 struct clock_sync {108 struct clock_sync clock;187 memset(&clock, 0, sizeof(struct clock_sync));
35 trace_event.clock_sync(name, issue_ts=issue_ts)
411 def clock_sync(sync_id, issue_ts=None): function