Home
last modified time | relevance | path

Searched refs:trace_set_clock_snapshot (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py105 def trace_set_clock_snapshot(*args, **kwargs): function
106 trace_event_impl.trace_set_clock_snapshot(*args, **kwargs)
Dtrace_event_unittest.py516 trace_event.trace_set_clock_snapshot(
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py389 def trace_set_clock_snapshot(telemetry_ts, boottime_ts): function