Lines Matching refs:State

48 void MmapBenchmarkImpl(benchmark::State& state, const struct MmapParams& params, int fd,  in MmapBenchmarkImpl()
75 static void MmapBenchmark(benchmark::State& state, const struct MmapParams& params, int fd, in MmapBenchmark()
80 static void MmapFixedBenchmark(benchmark::State& state, const struct MmapParams& params, int fd, in MmapFixedBenchmark()
103 static void MmapFileBenchmark(benchmark::State& state, const struct MmapParams& params, in MmapFileBenchmark()
128 static void BM_syscall_mmap_anon_rw(benchmark::State& state) { in BM_syscall_mmap_anon_rw()
139 static void BM_syscall_mmap_anon_noreserve(benchmark::State& state) { in BM_syscall_mmap_anon_noreserve()
150 static void BM_syscall_mmap_anon_none(benchmark::State& state) { in BM_syscall_mmap_anon_none()
162 static void BM_syscall_mmap_anon_rw_fixed(benchmark::State& state) { in BM_syscall_mmap_anon_rw_fixed()
173 static void BM_syscall_mmap_anon_none_fixed(benchmark::State& state) { in BM_syscall_mmap_anon_none_fixed()
185 static void BM_syscall_mmap_file_rd_priv(benchmark::State& state) { in BM_syscall_mmap_file_rd_priv()
196 static void BM_syscall_mmap_file_rw_shared(benchmark::State& state) { in BM_syscall_mmap_file_rw_shared()
208 static void BM_syscall_mmap_file_rw_priv_fixed_start(benchmark::State& state) { in BM_syscall_mmap_file_rw_priv_fixed_start()
220 static void BM_syscall_mmap_file_rw_priv_fixed_mid(benchmark::State& state) { in BM_syscall_mmap_file_rw_priv_fixed_mid()
233 static void BM_syscall_mmap_file_rw_priv_fixed_end(benchmark::State& state) { in BM_syscall_mmap_file_rw_priv_fixed_end()
246 static void BM_syscall_mmap_anon_mmap_only(benchmark::State& state) { in BM_syscall_mmap_anon_mmap_only()
256 static void BM_syscall_mmap_anon_munmap_only(benchmark::State& state) { in BM_syscall_mmap_anon_munmap_only()
266 void MadviseBenchmark(benchmark::State& state, const struct MmapParams& params, int madvise_flags) { in MadviseBenchmark()
287 static void BM_syscall_mmap_anon_madvise_dontneed(benchmark::State& state) { in BM_syscall_mmap_anon_madvise_dontneed()
297 static void BM_syscall_mmap_anon_madvise_pageout(benchmark::State& state) { in BM_syscall_mmap_anon_madvise_pageout()
307 static void BM_syscall_mmap_anon_madvise_free(benchmark::State& state) { in BM_syscall_mmap_anon_madvise_free()
317 void MprotectBenchmark(benchmark::State& state, const struct MprotectParams& params, void* addr) { in MprotectBenchmark()
346 static void MprotectBenchmarkWithMmapAnon(benchmark::State& state, in MprotectBenchmarkWithMmapAnon()
360 static void BM_syscall_mmap_anon_mprotect_rw_to_rd(benchmark::State& state) { in BM_syscall_mmap_anon_mprotect_rw_to_rd()
370 static void BM_syscall_mmap_anon_mprotect_rw_to_none(benchmark::State& state) { in BM_syscall_mmap_anon_mprotect_rw_to_none()
380 static void BM_syscall_mmap_anon_mprotect_rd_to_none(benchmark::State& state) { in BM_syscall_mmap_anon_mprotect_rd_to_none()
390 static void MprotectBenchmarkWithMmapFile(benchmark::State& state, in MprotectBenchmarkWithMmapFile()
416 static void BM_syscall_mmap_file_mprotect_rw_to_rd(benchmark::State& state) { in BM_syscall_mmap_file_mprotect_rw_to_rd()
426 static void BM_syscall_mmap_file_mprotect_rw_to_none(benchmark::State& state) { in BM_syscall_mmap_file_mprotect_rw_to_none()
436 static void BM_syscall_mmap_file_mprotect_none_to_rw(benchmark::State& state) { in BM_syscall_mmap_file_mprotect_none_to_rw()
446 static void BM_syscall_mmap_file_mprotect_none_to_rd(benchmark::State& state) { in BM_syscall_mmap_file_mprotect_none_to_rd()
456 static void BM_syscall_mmap_file_mprotect_rd_to_none(benchmark::State& state) { in BM_syscall_mmap_file_mprotect_rd_to_none()