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
21kill: 1
22madvise: arg2 == MADV_DONTNEED || arg2 == MADV_DONTDUMP || arg2 == MADV_REMOVE
23mmap: arg2 in ~PROT_EXEC
24mprotect: arg2 in ~PROT_EXEC
25mremap: 1
26munmap: 1
27nanosleep: 1
28pipe2: 1
29poll: 1
30ppoll: 1
31prctl: arg0 == PR_SET_NAME
32read: 1
33readv: 1
34recvfrom: 1
35recvmsg: 1
36restart_syscall: 1
37rt_sigaction: 1
38rt_sigprocmask: 1
39rt_sigreturn: 1
40sched_getaffinity: 1
41sendmsg: 1
42sendto: 1
43set_robust_list: 1
44sigaltstack: 1
45write: 1
46writev: 1
47