Home
last modified time | relevance | path

Searched refs:GetChunkStateFromHeaderBitmap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/
H A Dshared_memory_abi.h575 return GetChunkStateFromHeaderBitmap(bitmap, chunk_idx); in GetChunkState()
584 static ChunkState GetChunkStateFromHeaderBitmap(uint32_t header_bitmap, in GetChunkStateFromHeaderBitmap() function
609 res |= (GetChunkStateFromHeaderBitmap(header_bitmap, i) != kChunkFree) in GetUsedChunks()
/aosp_15_r20/external/perfetto/src/tracing/core/
H A Dshared_memory_abi.cc179 GetChunkStateFromHeaderBitmap(header_bitmap, chunk_idx); in TryAcquireChunk()
224 (GetChunkStateFromHeaderBitmap(bitmap, i) == kChunkFree) ? (1 << i) : 0; in GetFreeChunks()
253 GetChunkStateFromHeaderBitmap(bitmap, chunk_idx); in ReleaseChunk()
H A Dshared_memory_arbiter_impl.cc410 auto chunk_state = shmem_abi_.GetChunkStateFromHeaderBitmap( in TryDirectPatchLocked()
541 auto chunk_state = shmem_abi_.GetChunkStateFromHeaderBitmap( in FlushPendingCommitDataRequests()
772 switch (SharedMemoryABI::GetChunkStateFromHeaderBitmap(bitmap, i)) { in GetStats()
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtracing_service_impl.cc2132 SharedMemoryABI::GetChunkStateFromHeaderBitmap(header_bitmap, in ScrapeSharedMemoryBuffers()