1# Copyright (C) 2017 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15futex: 1 16# ioctl: arg1 == BINDER_WRITE_READ 17ioctl: arg1 == 0xc0306201 18# prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_VMA || arg0 == PR_SET_TIMERSLACK 19# || arg0 == PR_GET_NO_NEW_PRIVS # used by crash_dump 20prctl: arg0 == 15 || arg0 == 0x53564d41 || arg0 == 29 || arg0 == 39 21openat: 1 22mmap: 1 23mprotect: 1 24close: 1 25getuid: 1 26read: 1 27faccessat: 1 28write: 1 29fstat: 1 30clone: 1 31munmap: 1 32lseek: 1 33sigaltstack: 1 34writev: 1 35setpriority: 1 36restart_syscall: 1 37exit: 1 38exit_group: 1 39rt_sigreturn: 1 40getrlimit: 1 41madvise: 1 42clock_gettime: 1 43 44# used during process crash by crash_dump to dump process info 45rt_sigprocmask: 1 46rt_sigaction: 1 47# socket: arg0 == AF_LOCAL 48socket: arg0 == 1 49connect: 1 50recvmsg: 1 51rt_tgsigqueueinfo: 1 52