Home
last modified time | relevance | path

Searched refs:kServicePacketSequenceID (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/include/perfetto/ext/tracing/core/
Dbasic_types.h90 static constexpr PacketSequenceID kServicePacketSequenceID = 1; variable
/external/perfetto/src/tracing/service/
Dtracing_service_impl.cc1556 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in OnAllDataSourceStartedTimeout()
2016 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in OnFlushTimeout()
3586 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitClockSnapshot()
3600 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitSyncMarker()
3614 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitStats()
3705 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitUuid()
3719 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in MaybeEmitTraceConfig()
3807 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitSystemInfo()
3823 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitLifecycleEvents()
3850 packet->set_trusted_packet_sequence_id(kServicePacketSequenceID); in EmitLifecycleEvents()
[all …]
Dtracing_service_impl.h619 PacketSequenceID last_packet_sequence_id = kServicePacketSequenceID;