Lines Matching refs:shmem
247 // TODO(fmayer): Maybe try to drain shmem one last time.
254 SharedRingBuffer& shmem = client_data.shmem;
268 auto lock = shmem.AcquireLock(ScopedSpinlock::Mode::Try);
270 stats = shmem.GetStats(lock);
272 PERFETTO_ELOG("Failed to log shmem to get stats.");
299 SharedRingBuffer& shmem = client_data.shmem;
308 buf = shmem.BeginRead();
314 shmem.EndRead(std::move(buf));
364 // We need to copy this, so we can return the memory to the shmem buffer.
398 std::move(handoff_data.shmem),