Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/track_event/
Dflow_events_track_event.textproto46 terminating_flow_ids: 1,
125 terminating_flow_ids: 3,
170 terminating_flow_ids: 4,
/external/perfetto/test/trace_processor/chrome/
Dscroll_jank_mojo_simple_watcher.py104 terminating_flow_ids=[flow_id1])
142 terminating_flow_ids=[flow_id2])
176 terminating_flow_ids=[flow_id3])
/external/perfetto/test/
Dsynth_common.py620 terminating_flow_ids=[]): argument
631 for flow_id in terminating_flow_ids:
632 packet.track_event.terminating_flow_ids.append(flow_id)
/external/perfetto/protos/perfetto/trace/track_event/
Dtrack_event.proto214 // Flows can also be explicitly terminated (see |terminating_flow_ids|), so
221 // |terminating_flow_ids|, not both.
222 repeated uint64 terminating_flow_ids = 42; field
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc758 auto it = event_.terminating_flow_ids(); in MaybeParseTrackEventFlows()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7043 // Flows can also be explicitly terminated (see |terminating_flow_ids|), so
7050 // |terminating_flow_ids|, not both.
7051 repeated uint64 terminating_flow_ids = 42; field