Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc3084 std::vector<TimestampedPacket> timestamped_packets; in EmitLifecycleEvents() local
3094 timestamped_packets.emplace_back(ts, packet.SerializeAsArray()); in EmitLifecycleEvents()
3103 std::sort(timestamped_packets.begin(), timestamped_packets.end(), in EmitLifecycleEvents()
3108 for (const auto& pair : timestamped_packets) in EmitLifecycleEvents()