Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py51 import trace_event_impl
53 trace_event_impl = None variable
62 return trace_event_impl != None
70 if trace_event_impl:
74 JSON = trace_event_impl.JSON
75 JSON_WITH_METADATA = trace_event_impl.JSON_WITH_METADATA
76 PROTOBUF = trace_event_impl.PROTOBUF
79 return trace_event_impl.trace_is_enabled()
82 return trace_event_impl.trace_enable(logfile, format)
85 return trace_event_impl.trace_disable()
[all …]
Dtrace_event_unittest.py17 from py_trace_event.trace_event_impl import log
18 from py_trace_event.trace_event_impl import multiprocessing_shim
36 orig_impl = trace_event.trace_event_impl
38 trace_event.trace_event_impl = None
41 trace_event.trace_event_impl = orig_impl
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dmeta_class.py7 from py_trace_event.trace_event_impl import decorators
Dperfetto_trace_writer_unittest.py9 from py_trace_event.trace_event_impl import perfetto_trace_writer
Dlog.py13 from py_trace_event.trace_event_impl import perfetto_trace_writer
/external/openscreen/third_party/chromium_quic/build/base/
DBUILD.gn526 "../../src/base/trace_event/trace_event_impl.cc",
527 "../../src/base/trace_event/trace_event_impl.h",