Searched defs:mem_fd (Results 1 – 18 of 18) sorted by relevance
/external/perfetto/src/profiling/common/ |
D | unwind_support.cc | 46 FDMemory::FDMemory(base::ScopedFile mem_fd) : mem_fd_(std::move(mem_fd)) {} in FDMemory() 100 base::ScopedFile mem_fd) in UnwindingMetadata()
|
/external/mesa3d/src/intel/tools/ |
D | aub_mem.h | 43 int mem_fd; member
|
/external/perfetto/src/profiling/memory/ |
D | shared_ring_buffer.cc | 122 void SharedRingBuffer::Initialize(base::ScopedFile mem_fd) { in Initialize() 334 base::ScopedFile mem_fd) { in Attach()
|
D | unwinding.h | 78 base::ScopedFile mem_fd; member
|
D | shared_ring_buffer.h | 215 SharedRingBuffer(AttachFlag, base::ScopedFile mem_fd) { in SharedRingBuffer()
|
/external/crosvm/tests/ |
D | plugin_enable_cap.c | 181 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
|
D | plugin_adder.c | 152 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
D | plugin_async_write.c | 192 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
|
D | plugin_dirty_log.c | 112 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
D | plugin_ioevent.c | 135 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
D | mini_plugin_template.c | 100 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
D | plugin_hint.c | 226 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
|
D | plugin_vcpu_pause.c | 181 int mem_fd = syscall(SYS_memfd_create, in main() local
|
D | plugin_irqfd.c | 156 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
|
/external/mesa3d/src/drm-shim/ |
D | drm_shim.h | 48 int mem_fd; member
|
/external/perfetto/src/profiling/perf/ |
D | unwinding.cc | 83 base::ScopedFile mem_fd) { in PostAdoptProcDescriptors() 96 base::ScopedFile mem_fd) { in AdoptProcDescriptors()
|
D | perf_producer.cc | 631 base::ScopedFile mem_fd) { in OnProcDescriptors()
|
/external/libchrome/base/debug/ |
D | stack_trace_posix.cc | 594 base::ScopedFD mem_fd( in SetBaseAddressesForMemoryRegions() local
|