Home
last modified time | relevance | path

Searched refs:LegacyEvent (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/tracing/
Dtrack_event_legacy.cc36 void LegacyTraceId::Write(protos::pbzero::TrackEvent::LegacyEvent* event, in Write()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc60 using LegacyEvent = TrackEvent::LegacyEvent; typedef
482 case LegacyEvent::SCOPE_UNSPECIFIED: in ParseTrackAssociation()
483 case LegacyEvent::SCOPE_THREAD: in ParseTrackAssociation()
491 case LegacyEvent::SCOPE_GLOBAL: in ParseTrackAssociation()
497 case LegacyEvent::SCOPE_PROCESS: in ParseTrackAssociation()
784 case LegacyEvent::FLOW_OUT: in MaybeParseFlowEventV2()
787 case LegacyEvent::FLOW_INOUT: in MaybeParseFlowEventV2()
790 case LegacyEvent::FLOW_IN: in MaybeParseFlowEventV2()
1422 LegacyEvent::Decoder legacy_event_;
Dproto_trace_parser_unittest.cc1012 protos::pbzero::TrackEvent::LegacyEvent::SCOPE_PROCESS); in TEST_F()
1043 protos::pbzero::TrackEvent::LegacyEvent::FLOW_OUT); in TEST_F()
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h288 void Write(protos::pbzero::TrackEvent::LegacyEvent*,
412 protos::pbzero::TrackEvent::LegacyEvent* legacy_event, in SetLegacyFlags()
427 protos::pbzero::TrackEvent::LegacyEvent::FLOW_INOUT); in SetLegacyFlags()
430 protos::pbzero::TrackEvent::LegacyEvent::FLOW_IN); in SetLegacyFlags()
433 protos::pbzero::TrackEvent::LegacyEvent::FLOW_OUT); in SetLegacyFlags()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dperfetto_trace_writer.py126 legacy_event = proto.LegacyEvent()
Dperfetto_proto_classes.py183 class LegacyEvent(object): class
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto128 // Type of the TrackEvent (required if |phase| in LegacyEvent is not set).
333 message LegacyEvent { message
388 optional LegacyEvent legacy_event = 6;
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto6957 // Type of the TrackEvent (required if |phase| in LegacyEvent is not set).
7162 message LegacyEvent { message
7217 optional LegacyEvent legacy_event = 6;