Home
last modified time | relevance | path

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

/external/perfetto/test/trace_processor/profiling/
Dstack_profile_tracker_empty_callstack.textproto35 self_allocated: 1
40 self_allocated: 1
Dheap_profile_tracker_twoheaps.textproto45 self_allocated: 1
55 self_allocated: 1
Dheap_profile_tracker_new_stack.textproto44 self_allocated: 1
69 self_allocated: 1
Dheap_profile_jit.textproto66 self_allocated: 2000
73 self_allocated: 100
Dheap_profile.textproto106 self_allocated: 2000
113 self_allocated: 100
Dheap_profile_no_symbols.textproto47 self_allocated: 2000
Dheap_profile_deobfuscate_memfd.textproto69 self_allocated: 2000
Dheap_profile_deobfuscate.textproto69 self_allocated: 2000
/external/perfetto/test/cts/
Dheapprofd_test_cts.cc164 if (sample.self_allocated() > 0 && in AssertExpectedAllocationsPresent()
165 sample.self_allocated() % kExpectedIndividualAllocSz == 0) { in AssertExpectedAllocationsPresent()
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc685 EXPECT_EQ(sample.self_allocated() % alloc_size, 0u); in ValidateSampleSizes()
687 EXPECT_THAT(sample.self_allocated() - sample.self_freed(), in ValidateSampleSizes()
749 last_allocated = sample.self_allocated(); in ValidateHasSamples()
922 total_alloc += sample.self_allocated(); in TEST_P()
981 total_alloc += sample.self_allocated(); in TEST_P()
1028 total_alloc += sample.self_allocated(); in TEST_P()
1066 total_alloc += sample.self_allocated(); in TEST_P()
1260 total_allocated += sample.self_allocated(); in TEST_P()
1325 total_allocated += sample.self_allocated(); in TEST_P()
1383 total_allocated += sample.self_allocated(); in TEST_P()
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.h44 uint64_t self_allocated = 0; member
Dproto_trace_parser.cc363 src_allocation.self_allocated = sample.self_max(); in ParseProfilePacket()
367 src_allocation.self_allocated = sample.self_allocated(); in ParseProfilePacket()
Dstack_profile_tracker.h194 uint64_t self_allocated = 0;
Dheap_profile_tracker.cc289 static_cast<int64_t>(alloc.self_allocated)}; in AddAllocation()
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto41 optional uint64 self_allocated = 2; field
48 // is true in HeapprofdConfig. In that case, self_allocated, self_freed and
54 // self_allocated, self_freed and self_idle will not be set.
/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.proto179 // self_allocated and self_freed to not be set.
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto731 // self_allocated and self_freed to not be set.
7816 optional uint64 self_allocated = 2; field
7823 // is true in HeapprofdConfig. In that case, self_allocated, self_freed and
7829 // self_allocated, self_freed and self_idle will not be set.
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto731 // self_allocated and self_freed to not be set.