Home
last modified time | relevance | path

Searched defs:mem_fd (Results 1 – 25 of 25) 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()
95 base::ScopedFile mem_fd) in UnwindingMetadata()
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc125 void SharedRingBuffer::Initialize(base::ScopedFile mem_fd) { in Initialize()
338 base::ScopedFile mem_fd) { in Attach()
Dunwinding.h79 base::ScopedFile mem_fd; member
Dshared_ring_buffer.h222 SharedRingBuffer(AttachFlag, base::ScopedFile mem_fd) { in SharedRingBuffer()
/external/mesa3d/src/intel/tools/
Daub_mem.h43 int mem_fd; member
/external/sandboxed-api/sandboxed_api/sandbox2/unwind/
Dptrace_hook.cc105 int mem_fd) { in EnablePtraceEmulationWithUserRegs()
Dunwind.cc270 int mem_fd; in RunLibUnwindAndSymbolizer() local
/external/crosvm/tests/
Dplugin_enable_cap.c181 int mem_fd = syscall(SYS_memfd_create, "guest_mem", in main() local
Dplugin_async_write.c192 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
Dmini_plugin_template.c100 int mem_fd = syscall(SYS_memfd_create, "guest_mem", MFD_CLOEXEC | MFD_ALLOW_SEALING); 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
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/util/
Dos_memory_fd.c109 int mem_fd; in os_malloc_aligned_fd() local
/external/ltp/testcases/kernel/security/dirtyc0w_shmem/
Ddirtyc0w_shmem_child.c34 static int mem_fd; variable
/external/linux-kselftest/tools/testing/selftests/vm/
Dmremap_dontunmap.c135 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem() local
/external/mesa3d/src/drm-shim/
Ddrm_shim.h51 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.cc812 base::ScopedFile mem_fd) { in OnProcDescriptors()
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
Dstack_trace_posix.cc227 int mem_fd = PA_HANDLE_EINTR(open("/proc/self/mem", O_RDONLY)); in UpdateBaseAddress() local
/external/libchrome/base/debug/
Dstack_trace_posix.cc594 base::ScopedFD mem_fd( in SetBaseAddressesForMemoryRegions() local
/external/cronet/base/debug/
Dstack_trace_posix.cc803 base::ScopedFD mem_fd; in SetBaseAddressesForMemoryRegions() local