Searched refs:PushTracePacket (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | trace_sorter_unittest.cc | 109 context_.sorter->PushTracePacket(1000, &state, std::move(view)); in TEST_F() 132 context_.sorter->PushTracePacket(1001, &state, std::move(view_2)); in TEST_F() 133 context_.sorter->PushTracePacket(1100, &state, std::move(view_3)); in TEST_F() 165 context_.sorter->PushTracePacket(1001, &state, std::move(view_2)); in TEST_F() 166 context_.sorter->PushTracePacket(1100, &state, std::move(view_3)); in TEST_F()
|
D | trace_sorter.h | 70 inline void PushTracePacket(int64_t timestamp, in PushTracePacket() function
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | android_probes_module.cc | 153 context_->sorter->PushTracePacket( in TokenizePacket()
|
D | profile_module.cc | 111 context_->sorter->PushTracePacket(packet_ts, sequence_state, in TokenizeStreamingProfilePacket()
|
D | proto_trace_reader.cc | 228 context_->sorter->PushTracePacket(timestamp, state, std::move(packet)); in ParsePacket()
|