1# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5@frequency ./common_device.frequency
6brk: 1
7clone: arg0 & CLONE_THREAD
8close: 1
9dup2: 1
10dup: 1
11epoll_create1: 1
12epoll_ctl: 1
13epoll_wait: 1
14eventfd2: 1
15exit: 1
16exit_group: 1
17futex: 1
18getpid: 1
19gettid: 1
20gettimeofday: 1
21io_uring_setup: 1
22io_uring_enter: 1
23kill: 1
24madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE
25mmap: arg2 in ~PROT_EXEC
26mprotect: arg2 in ~PROT_EXEC
27mremap: 1
28munmap: 1
29nanosleep: 1
30clock_nanosleep: 1
31pipe2: 1
32poll: 1
33ppoll: 1
34read: 1
35readv: 1
36recvfrom: 1
37recvmsg: 1
38restart_syscall: 1
39rt_sigaction: 1
40rt_sigprocmask: 1
41rt_sigreturn: 1
42sched_getaffinity: 1
43sendmsg: 1
44sendto: 1
45set_robust_list: 1
46sigaltstack: 1
47write: 1
48writev: 1
49fcntl: 1
50