Home
last modified time | relevance | path

Searched defs:mem_fd (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/src/profiling/common/
Dunwind_support.cc46 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/
Daub_mem.h43 int mem_fd; member
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc122 void SharedRingBuffer::Initialize(base::ScopedFile mem_fd) { in Initialize()
334 base::ScopedFile mem_fd) { in Attach()
Dunwinding.h78 base::ScopedFile mem_fd; member
Dshared_ring_buffer.h215 SharedRingBuffer(AttachFlag, base::ScopedFile mem_fd) { in SharedRingBuffer()
/external/crosvm/tests/
Dplugin_enable_cap.c181 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
Dplugin_adder.c152 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
Dplugin_async_write.c192 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
Dplugin_dirty_log.c112 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
Dplugin_ioevent.c135 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
Dmini_plugin_template.c100 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
Dplugin_hint.c226 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
Dplugin_vcpu_pause.c181 int mem_fd = syscall(SYS_memfd_create, in main() local
Dplugin_irqfd.c156 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); in main() local
/external/mesa3d/src/drm-shim/
Ddrm_shim.h48 int mem_fd; member
/external/perfetto/src/profiling/perf/
Dunwinding.cc83 base::ScopedFile mem_fd) { in PostAdoptProcDescriptors()
96 base::ScopedFile mem_fd) { in AdoptProcDescriptors()
Dperf_producer.cc631 base::ScopedFile mem_fd) { in OnProcDescriptors()
/external/libchrome/base/debug/
Dstack_trace_posix.cc594 base::ScopedFD mem_fd( in SetBaseAddressesForMemoryRegions() local