Searched refs:heap_graph (Results 1 – 17 of 17) sorted by relevance
/external/perfetto/test/cts/ |
D | heapprofd_java_test_cts.cc | 98 objects += static_cast<size_t>(packet.heap_graph().objects_size()); in AssertGraphPresent() 99 roots += static_cast<size_t>(packet.heap_graph().roots_size()); in AssertGraphPresent() 108 ASSERT_EQ(packet.heap_graph().roots_size(), 0); in AssertNoProfileContents() 109 ASSERT_EQ(packet.heap_graph().objects_size(), 0); in AssertNoProfileContents() 110 ASSERT_EQ(packet.heap_graph().types_size(), 0); in AssertNoProfileContents() 111 ASSERT_EQ(packet.heap_graph().field_names_size(), 0); in AssertNoProfileContents()
|
/external/perfetto/test/trace_processor/profiling/ |
D | heap_graph_closest_proc.textproto | 20 heap_graph { 38 heap_graph { 83 heap_graph { 101 heap_graph {
|
D | index | 18 heap_graph.textproto heap_graph_flamegraph.sql heap_graph_flamegraph.out 19 heap_graph.textproto heap_graph_object.sql heap_graph_object.out 20 heap_graph.textproto heap_graph_reference.sql heap_graph_reference.out 43 heap_graph.textproto java_heap_stats java_heap_stats.out 45 heap_graph.textproto java_heap_histogram java_heap_histogram.out
|
D | heap_graph_interleaved.textproto | 20 heap_graph { 57 heap_graph { 83 heap_graph {
|
D | heap_graph_branching.textproto | 20 heap_graph { 65 heap_graph {
|
D | heap_graph_legacy.textproto | 42 heap_graph { 94 heap_graph {
|
D | heap_graph_baseapk.textproto | 42 heap_graph { 94 heap_graph {
|
D | heap_graph.textproto | 42 heap_graph { 88 heap_graph {
|
D | heap_graph_two_locations.textproto | 42 heap_graph { 92 heap_graph {
|
D | heap_graph_duplicate.textproto | 25 heap_graph {
|
D | heap_graph_superclass.textproto | 14 heap_graph {
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | heap_graph_module.cc | 138 decoder.heap_graph()); in ParsePacket() 150 protos::pbzero::HeapGraph::Decoder heap_graph(blob.data, blob.size); in ParseHeapGraph() local 152 static_cast<uint32_t>(heap_graph.pid())); in ParseHeapGraph() 153 heap_graph_tracker->SetPacketIndex(seq_id, heap_graph.index()); in ParseHeapGraph() 154 for (auto it = heap_graph.objects(); it; ++it) { in ParseHeapGraph() 202 for (auto it = heap_graph.types(); it; ++it) { in ParseHeapGraph() 236 for (auto it = heap_graph.field_names(); it; ++it) { in ParseHeapGraph() 243 for (auto it = heap_graph.location_names(); it; ++it) { in ParseHeapGraph() 251 for (auto it = heap_graph.roots(); it; ++it) { in ParseHeapGraph() 271 if (!heap_graph.continued()) { in ParseHeapGraph()
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | BUILD.gn | 21 "heap_graph.proto",
|
/external/perfetto/protos/perfetto/trace/ |
D | trace_packet.proto | 48 import "protos/perfetto/trace/profiling/heap_graph.proto"; 135 HeapGraph heap_graph = 56; field
|
D | perfetto_trace.proto | 7679 // Begin of protos/perfetto/trace/profiling/heap_graph.proto 7795 // End of protos/perfetto/trace/profiling/heap_graph.proto 8944 HeapGraph heap_graph = 56; field
|
/external/perfetto/ |
D | Android.bp | 5664 "protos/perfetto/trace/profiling/heap_graph.proto", 5676 "external/perfetto/protos/perfetto/trace/profiling/heap_graph.gen.cc", 5688 "protos/perfetto/trace/profiling/heap_graph.proto", 5700 "external/perfetto/protos/perfetto/trace/profiling/heap_graph.gen.h", 5716 "protos/perfetto/trace/profiling/heap_graph.proto", 5727 "external/perfetto/protos/perfetto/trace/profiling/heap_graph.pb.cc", 5739 "protos/perfetto/trace/profiling/heap_graph.proto", 5750 "external/perfetto/protos/perfetto/trace/profiling/heap_graph.pb.h", 5766 "protos/perfetto/trace/profiling/heap_graph.proto", 5778 "external/perfetto/protos/perfetto/trace/profiling/heap_graph.pbzero.cc", [all …]
|
D | BUILD | 3044 "protos/perfetto/trace/profiling/heap_graph.proto",
|