Home
last modified time | relevance | path

Searched refs:sequence_flags (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/test/trace_processor/graphics/
Dgpu_render_stages_interned_spec.textproto12 sequence_flags: 1 # SEQ_INCREMENTAL_STATE_CLEARED
71 sequence_flags: 1 # SEQ_INCREMENTAL_STATE_CLEARED
84 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
97 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
110 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
125 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
/external/perfetto/test/trace_processor/track_event/
Dtrack_event_counters.textproto68 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
81 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
142 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
156 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
169 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
180 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
213 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
298 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
325 sequence_flags: 2 # SEQ_NEEDS_INCREMENTAL_STATE
/external/perfetto/test/trace_processor/parsing/
Dsched_blocked_reason_symbolized.textproto31 sequence_flags: 1
111 sequence_flags: 1
/external/perfetto/src/profiling/common/
Dinterning_output.cc37 uint32_t sequence_flags) { in WriteFixedInterningsPacket() argument
55 if (sequence_flags) { in WriteFixedInterningsPacket()
56 packet->set_sequence_flags(sequence_flags); in WriteFixedInterningsPacket()
Dinterning_output.h38 uint32_t sequence_flags);
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc88 uint32_t sequence_flags = decoder.sequence_flags(); in ParsePacket() local
91 sequence_flags & in ParsePacket()
127 if (decoder.sequence_flags() & in ParsePacket()
/external/webrtc/p2p/client/
Dbasic_port_allocator.cc779 uint32_t sequence_flags = flags(); in DoAllocate() local
780 if ((sequence_flags & DISABLE_ALL_PHASES) == DISABLE_ALL_PHASES) { in DoAllocate()
789 sequence_flags |= PORTALLOCATOR_DISABLE_RELAY; in DoAllocate()
792 if (!(sequence_flags & PORTALLOCATOR_ENABLE_IPV6) && in DoAllocate()
798 if (!(sequence_flags & PORTALLOCATOR_ENABLE_IPV6_ON_WIFI) && in DoAllocate()
808 DisableEquivalentPhases(networks[i], config, &sequence_flags); in DoAllocate()
810 if ((sequence_flags & DISABLE_ALL_PHASES) == DISABLE_ALL_PHASES) { in DoAllocate()
817 new AllocationSequence(this, networks[i], config, sequence_flags); in DoAllocate()
/external/perfetto/docs/instrumentation/
Dinterceptors.md128 if (parsed_packet.sequence_flags() & perfetto::protos::pbzero::
/external/perfetto/src/tracing/
Dtrack_event_state_tracker.cc166 if (packet.sequence_flags() & in UpdateIncrementalState()
/external/perfetto/protos/perfetto/trace/
Dtrace_packet.proto243 optional uint32 sequence_flags = 13; field
Dperfetto_trace.proto9052 optional uint32 sequence_flags = 13; field
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc517 if (packet.sequence_flags() & perfetto::protos::pbzero::TracePacket:: in ReadSlicesFromTrace()
893 if (packet.sequence_flags() & in TEST_P()
904 packet.sequence_flags() & in TEST_P()
3576 if (packet.sequence_flags() & in OnTracePacket()