Home
last modified time | relevance | path

Searched refs:buffer_offset (Results 1 – 3 of 3) sorted by relevance

/system/ulib/trace-engine/
A Dcontext.cpp142 MarkOneshotBufferFull(buffer_offset); in AllocRecord()
145 MarkRollingBufferFull(wrapped_count, buffer_offset); in AllocRecord()
156 MarkRollingBufferFull(wrapped_count, buffer_offset); in AllocRecord()
179 if (!SwitchRollingBuffer(wrapped_count, buffer_offset)) { in AllocRecord()
202 if (unlikely(buffer_offset > MaxUsableBufferOffset())) { in StreamingBufferFullCheck()
215 uint64_t buffer_offset) { in SwitchRollingBuffer() argument
281 uint64_t buffer_offset = in AllocDurableRecord() local
285 uint8_t* ptr = durable_buffer_start_ + buffer_offset; in AllocDurableRecord()
290 MarkDurableBufferFull(buffer_offset); in AllocDurableRecord()
442 return buffer_offset; in RollingBytesAllocated()
[all …]
A Dcontext_impl.h232 bool SwitchRollingBuffer(uint32_t wrapped_count, uint64_t buffer_offset);
238 uint64_t buffer_offset);
/system/ulib/fzl/
A Dvmo-pool.cpp65 uint32_t buffer_offset = static_cast<uint32_t>(buf - &buffers_[0]); in GetNewBuffer() local
66 ZX_DEBUG_ASSERT(buffer_offset < buffers_.size()); in GetNewBuffer()
67 current_buffer_ = buffer_offset; in GetNewBuffer()

Completed in 7 milliseconds