Home
last modified time | relevance | path

Searched refs:total_allocated (Results 1 – 23 of 23) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/dmabuf_heap/dma_heap_stat/
Dformat11 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/
Dformat11 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/
Dformat11 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/
Dformat11 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/
Dformat11 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/
Dandroid_fastrpc_dma_stat.textproto10 total_allocated: 2000
24 total_allocated: 1000
Dandroid_ion_stat.textproto10 total_allocated: 2000
24 total_allocated: 1000
Dandroid_dma_heap_stat.textproto10 total_allocated: 2048
24 total_allocated: 1024
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.c55 unsigned int blocksize = pool->total_allocated; in refill_pool()
67 pool->total_allocated += blocksize; in refill_pool()
Dmemory_pool.h40 unsigned int total_allocated; member
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc1248 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/
Dion_stat.textproto10 total_allocated: 200
/external/perfetto/protos/perfetto/trace/ftrace/
Ddmabuf_heap.proto11 optional uint64 total_allocated = 3; field
Dfastrpc.proto11 optional uint64 total_allocated = 3; field
Dion.proto11 optional uint64 total_allocated = 3; field
Dkmem.proto227 optional int64 total_allocated = 3; field
232 optional int64 total_allocated = 3; field
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc353 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()
Dsampling_heap_profiler.h93 void DoRecordAlloc(size_t total_allocated,
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc140 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/
Dsanitizer_allocator_test.cpp251 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/
Dftrace_parser.cc861 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/
Dsynth_common.py78 ion.total_allocated = size
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3232 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