Searched defs:seq_id (Results 1 – 14 of 14) sorted by relevance
/external/perfetto/src/trace_processor/importers/proto/ |
D | perf_sample_tracker_unittest.cc | 46 uint32_t seq_id = 42; in TEST_F() local 68 uint32_t seq_id = 42; in TEST_F() local 99 uint32_t seq_id = 42; in TEST_F() local 130 uint32_t seq_id = 42; in TEST_F() local
|
D | heap_profile_tracker.cc | 240 void HeapProfileTracker::SetProfilePacketIndex(uint32_t seq_id, in SetProfilePacketIndex() 267 uint32_t seq_id, in AddAllocation() 376 void HeapProfileTracker::StoreAllocation(uint32_t seq_id, in StoreAllocation() 383 uint32_t seq_id, in CommitAllocations() 393 uint32_t seq_id, in FinalizeProfile()
|
D | heap_graph_tracker.cc | 281 uint32_t seq_id) { in GetOrCreateSequence() 339 void HeapGraphTracker::AddObject(uint32_t seq_id, in AddObject() 402 void HeapGraphTracker::AddRoot(uint32_t seq_id, in AddRoot() 413 void HeapGraphTracker::AddInternedLocationName(uint32_t seq_id, in AddInternedLocationName() 420 void HeapGraphTracker::AddInternedType(uint32_t seq_id, in AddInternedType() 442 void HeapGraphTracker::AddInternedFieldName(uint32_t seq_id, in AddInternedFieldName() 471 void HeapGraphTracker::SetPacketIndex(uint32_t seq_id, uint64_t index) { in SetPacketIndex() 515 void HeapGraphTracker::FinalizeProfile(uint32_t seq_id) { in FinalizeProfile()
|
D | perf_sample_tracker.cc | 67 uint32_t seq_id, in GetSamplingStreamInfo()
|
D | proto_trace_reader.cc | 85 const uint32_t seq_id = decoder.trusted_packet_sequence_id(); in ParsePacket() local 355 uint32_t seq_id) { in ParseClockSnapshot()
|
D | profile_module.cc | 168 uint32_t seq_id = decoder.trusted_packet_sequence_id(); in ParsePerfSample() local
|
D | heap_graph_module.cc | 146 void HeapGraphModule::ParseHeapGraph(uint32_t seq_id, in ParseHeapGraph()
|
D | heap_graph_tracker.h | 143 uint64_t GetLastObjectId(uint32_t seq_id) { in GetLastObjectId()
|
D | proto_trace_parser.cc | 248 uint32_t seq_id, in ParseProfilePacket()
|
/external/perfetto/test/stress_test/ |
D | stress_test.cc | 254 uint32_t seq_id = it.first; in RunConfig() local 320 const uint32_t seq_id = packet.trusted_packet_sequence_id(); in ParseTracePacket() local
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker.h | 124 static ClockId SeqScopedClockIdToGlobal(uint32_t seq_id, uint32_t clock_id) { in SeqScopedClockIdToGlobal()
|
/external/libpcap/ |
D | pcap-netfilter-linux.c | 343 static unsigned int seq_id; in netfilter_send_config_msg() local
|
/external/igt-gpu-tools/tools/ |
D | intel_vbt_decode.c | 1262 static const char *sequence_name(enum mipi_seq seq_id) in sequence_name() 1507 uint8_t seq_id = *(data + index); in dump_mipi_sequence() local
|
/external/perfetto/test/ |
D | synth_common.py | 253 def add_clock_snapshot(self, clocks, seq_id=None): argument 282 def add_gpu_counter(self, ts, counter_id, value, clock_id=None, seq_id=None): argument
|