Home
last modified time | relevance | path

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

/external/perfetto/test/cts/
Dheapprofd_java_test_cts.cc98 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/
Dheap_graph_closest_proc.textproto20 heap_graph {
38 heap_graph {
83 heap_graph {
101 heap_graph {
Dindex18 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
Dheap_graph_interleaved.textproto20 heap_graph {
57 heap_graph {
83 heap_graph {
Dheap_graph_branching.textproto20 heap_graph {
65 heap_graph {
Dheap_graph_legacy.textproto42 heap_graph {
94 heap_graph {
Dheap_graph_baseapk.textproto42 heap_graph {
94 heap_graph {
Dheap_graph.textproto42 heap_graph {
88 heap_graph {
Dheap_graph_two_locations.textproto42 heap_graph {
92 heap_graph {
Dheap_graph_duplicate.textproto25 heap_graph {
Dheap_graph_superclass.textproto14 heap_graph {
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_module.cc138 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/
DBUILD.gn21 "heap_graph.proto",
/external/perfetto/protos/perfetto/trace/
Dtrace_packet.proto48 import "protos/perfetto/trace/profiling/heap_graph.proto";
135 HeapGraph heap_graph = 56; field
Dperfetto_trace.proto7679 // 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/
DAndroid.bp5664 "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 …]
DBUILD3044 "protos/perfetto/trace/profiling/heap_graph.proto",