HomeSort by relevance Sort by last modified time
    Searched full:syscalls (Results 201 - 225 of 959) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/strace/
strace.spec.in 136 + added printing of the mode argument of open and openat syscalls
150 + fixed decoding of syscalls unknown to the kernel on s390/s390x (#1298294).
157 + print nanoseconds along with seconds in stat family syscalls (#1251176).
197 + fixed decoding of *xattr syscalls (#885233);
262 - new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
269 - *at, inotify*, pselect6, ppoll and unshare syscalls (#178633, #191275)
287 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
299 - Fix biarch decoding of socket syscalls (#174354).
301 - Accept numeric syscalls in -e (#174798).
306 - Correct printing of restarting syscalls (#165469)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 38 // Linux-only syscalls.
57 // This class reads thread IDs from /proc/<pid>/task using only syscalls.
  /external/ltp/
configure.ac 144 AC_CONFIG_COMMANDS([syscalls.h], [cd ${ac_top_srcdir}/include/lapi/syscalls; ./regen.sh])
  /external/ltp/include/lapi/syscalls/
regen.sh 3 output="syscalls.h"
10 echo "ltp syscalls gen output: "$output
  /external/strace/tests/
prctl-seccomp-filter-v.c 79 /* allow syscalls */
84 /* deny syscalls */
  /external/strace/tests-m32/
prctl-seccomp-filter-v.c 79 /* allow syscalls */
84 /* deny syscalls */
  /external/strace/tests-mx32/
prctl-seccomp-filter-v.c 79 /* allow syscalls */
84 /* deny syscalls */
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-linux.h 3 /*--- Linux-specific syscalls stuff. priv_syswrap-linux.h ---*/
43 // Linux-specific (but non-arch-specific) syscalls
225 // These are Posix, but not necessarily syscalls. Darwin only supports
227 // syscalls.
329 /* sys_ipc and sys_socketcall are multiplexors which implements several syscalls.
335 direct syscalls or via the above sys_socketcall multiplexor. */
337 /* Direct ipc related syscalls. */
354 /* Direct socket related syscalls. */
  /frameworks/av/media/mtp/
MtpFfsHandle.h 36 std::vector<struct iocb*> iocb; // Pointers to individual iocbs, for syscalls
38 std::vector<unsigned char*> buf; // Pointers within the larger buffer, for syscalls
  /system/core/libsync/include/ndk/
sync.h 35 * tasks to the device. Standard file descriptor lifetime syscalls like dup()
38 * The poll(), ppoll(), or select() syscalls can be used to wait for the sync
  /device/google/cuttlefish_common/common/libs/fs/
gce_fs.h 28 /* Used to retry syscalls that can return EINTR. */
  /external/autotest/client/tests/tracing_microbenchmark/
tracers.py 31 self.trace_config('events/syscalls/sys_enter_getuid/enable', '1')
  /external/conscrypt/common/src/jni/unbundled/include/
NetFd.h 55 * Used to retry syscalls that can return EINTR. This differs from TEMP_FAILURE_RETRY in that
  /external/elfutils/config/
10-default-yama-scope.conf 3 # to /proc/PID/{mem,personality,stack,syscall}, and the syscalls
  /external/linux-kselftest/tools/testing/selftests/powerpc/
Makefile 28 syscalls \
  /external/ltp/m4/
ltp-ptrace.m4 40 CPPFLAGS="$CPPFLAGS -I$srcdir/testcases/kernel/syscalls/ptrace"
ltp-signal.m4 27 dnl syscalls exist and are implemented on the target architecture, as the
  /external/ltp/testcases/kernel/containers/mqns/
mqns_helper.h 24 #include "lapi/syscalls.h"
  /external/ltp/testcases/kernel/module/delete_module/
delete_module01.c 31 #include "lapi/syscalls.h"
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep2/
clock_nanosleep2_01.c 29 #include "lapi/syscalls.h"
  /external/ltp/testcases/kernel/syscalls/exit_group/
exit_group01.c 29 #include "lapi/syscalls.h"
  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom02.c 31 #include "lapi/syscalls.h"
getrandom03.c 34 #include "lapi/syscalls.h"
getrandom04.c 35 #include "lapi/syscalls.h"
  /external/ltp/testcases/kernel/syscalls/nftw/
Makefile 2 # testcases/kernel/syscalls Makefile.

Completed in 1001 milliseconds

1 2 3 4 5 6 7 891011>>