/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/dmabuf_heap/dma_heap_stat/ |
D | format | 11 field:unsigned long total_allocated; offset:24; size:8; signed:0; 13 print fmt: "inode=%lu len=%ldB total_allocated=%luB", REC->inode, REC->len, REC->total_allocated
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/ion/ion_stat/ |
D | format | 11 field:unsigned long total_allocated; offset:24; size:8; signed:0; 13 print fmt: "buffer_id=%u len=%ldB total_allocated=%ldB", REC->buffer_id, REC->len, REC->total_alloc…
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/kmem/ion_heap_grow/ |
D | format | 11 field:long total_allocated; offset:24; size:8; signed:1; 13 print fmt: "heap_name=%s, len=%zu, total_allocated=%ld", REC->heap_name, REC->len, REC->total_alloc…
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/kmem/ion_heap_shrink/ |
D | format | 11 field:long total_allocated; offset:24; size:8; signed:1; 13 print fmt: "heap_name=%s, len=%zu, total_allocated=%ld", REC->heap_name, REC->len, REC->total_alloc…
|
/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/fastrpc/fastrpc_dma_stat/ |
D | format | 11 field:unsigned long total_allocated; offset:24; size:8; signed:0; 13 print fmt: "cid=%u len=%ldB total_allocated=%ldB", REC->cid, REC->len, REC->total_allocated
|
/external/perfetto/test/trace_processor/memory/ |
D | android_fastrpc_dma_stat.textproto | 10 total_allocated: 2000 24 total_allocated: 1000
|
D | android_ion_stat.textproto | 10 total_allocated: 2000 24 total_allocated: 1000
|
D | android_dma_heap_stat.textproto | 10 total_allocated: 2048 24 total_allocated: 1024
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.c | 55 unsigned int blocksize = pool->total_allocated; in refill_pool() 67 pool->total_allocated += blocksize; in refill_pool()
|
D | memory_pool.h | 40 unsigned int total_allocated; member
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 1248 uint64_t total_allocated = 0; in TEST_P() local 1260 total_allocated += sample.self_allocated(); in TEST_P() 1267 EXPECT_GT(total_allocated, 0u); in TEST_P() 1313 uint64_t total_allocated = 0; in TEST_P() local 1325 total_allocated += sample.self_allocated(); in TEST_P() 1332 EXPECT_GT(total_allocated, 0u); in TEST_P() 1371 uint64_t total_allocated = 0; in TEST_P() local 1383 total_allocated += sample.self_allocated(); in TEST_P() 1390 EXPECT_GT(total_allocated, 0u); in TEST_P() 1430 uint64_t total_allocated = 0; in TEST_P() local [all …]
|
/external/perfetto/test/trace_processor/parsing/ |
D | ion_stat.textproto | 10 total_allocated: 200
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | dmabuf_heap.proto | 11 optional uint64 total_allocated = 3; field
|
D | fastrpc.proto | 11 optional uint64 total_allocated = 3; field
|
D | ion.proto | 11 optional uint64 total_allocated = 3; field
|
D | kmem.proto | 227 optional int64 total_allocated = 3; field 232 optional int64 total_allocated = 3; field
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler.cc | 353 void SamplingHeapProfiler::DoRecordAlloc(size_t total_allocated, in DoRecordAlloc() argument 362 Sample sample(size, total_allocated, ++last_sample_ordinal_); in DoRecordAlloc() 365 observer->SampleAdded(sample.ordinal, size, total_allocated); in DoRecordAlloc()
|
D | sampling_heap_profiler.h | 93 void DoRecordAlloc(size_t total_allocated,
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 140 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocator() local 142 last_total_allocated = total_allocated; in TestSizeClassAllocator() 143 CHECK_EQ(last_total_allocated, total_allocated); in TestSizeClassAllocator() 519 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocatorLocalCache() local 521 CHECK_EQ(saved_total, total_allocated); in TestSizeClassAllocatorLocalCache() 522 saved_total = total_allocated; in TestSizeClassAllocatorLocalCache()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cpp | 251 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocator() local 253 last_total_allocated = total_allocated; in TestSizeClassAllocator() 254 CHECK_EQ(last_total_allocated, total_allocated); in TestSizeClassAllocator() 739 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocatorLocalCache() local 741 CHECK_EQ(saved_total, total_allocated); in TestSizeClassAllocatorLocalCache() 742 saved_total = total_allocated; in TestSizeClassAllocatorLocalCache()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_parser.cc | 861 int64_t total_bytes = ion.total_allocated() + change_bytes; in ParseIonHeapGrowOrShrink() 918 timestamp, static_cast<double>(ion.total_allocated()), track); in ParseIonStat() 954 timestamp, static_cast<double>(dma_heap.total_allocated()), track); in ParseDmaHeapStat() 1463 timestamp, static_cast<double>(evt.total_allocated()), track); in ParseFastRpcDmaStat()
|
/external/perfetto/test/ |
D | synth_common.py | 78 ion.total_allocated = size
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 3232 optional uint64 total_allocated = 3; field 4161 optional uint64 total_allocated = 3; field 4334 optional uint64 total_allocated = 3; field 4598 optional int64 total_allocated = 3; field 4603 optional int64 total_allocated = 3; field
|