Searched refs:trace_event_impl (Results 1 – 6 of 6) sorted by relevance
51 import trace_event_impl53 trace_event_impl = None variable62 return trace_event_impl != None70 if trace_event_impl:74 JSON = trace_event_impl.JSON75 JSON_WITH_METADATA = trace_event_impl.JSON_WITH_METADATA76 PROTOBUF = trace_event_impl.PROTOBUF79 return trace_event_impl.trace_is_enabled()82 return trace_event_impl.trace_enable(logfile, format)85 return trace_event_impl.trace_disable()[all …]
17 from py_trace_event.trace_event_impl import log18 from py_trace_event.trace_event_impl import multiprocessing_shim36 orig_impl = trace_event.trace_event_impl38 trace_event.trace_event_impl = None41 trace_event.trace_event_impl = orig_impl
7 from py_trace_event.trace_event_impl import decorators
9 from py_trace_event.trace_event_impl import perfetto_trace_writer
13 from py_trace_event.trace_event_impl import perfetto_trace_writer
526 "../../src/base/trace_event/trace_event_impl.cc",527 "../../src/base/trace_event/trace_event_impl.h",