Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dsyscall_mm_benchmark.cpp41 struct MprotectParams { struct
317 void MprotectBenchmark(benchmark::State& state, const struct MprotectParams& params, void* addr) { in MprotectBenchmark()
347 const struct MprotectParams& params) { in MprotectBenchmarkWithMmapAnon()
361 struct MprotectParams params = { in BM_syscall_mmap_anon_mprotect_rw_to_rd()
371 struct MprotectParams params = { in BM_syscall_mmap_anon_mprotect_rw_to_none()
381 struct MprotectParams params = { in BM_syscall_mmap_anon_mprotect_rd_to_none()
391 const struct MprotectParams& params) { in MprotectBenchmarkWithMmapFile()
417 struct MprotectParams params = { in BM_syscall_mmap_file_mprotect_rw_to_rd()
427 struct MprotectParams params = { in BM_syscall_mmap_file_mprotect_rw_to_none()
437 struct MprotectParams params = { in BM_syscall_mmap_file_mprotect_none_to_rw()
[all …]