Searched refs:syscalls (Results 1 - 14 of 14) sorted by relevance

/external/strace/tests/
H A Dxetitimer.test3 # Check setitimer and getitimer syscalls decoding.
9 syscalls=setitimer,getitimer
10 run_strace -e trace=$syscalls $args > "$OUT"
H A Duid.test12 syscalls=
15 syscalls="$n"
19 test -n "$syscalls" ||
22 syscalls="$syscalls,setuid$s,getresuid$s,setreuid$s,setresuid$s,fchown$s,getgroups$s"
23 run_strace -e trace="$syscalls" $args
H A Daio.test3 # Check io_* syscalls decoding.
9 syscalls=io_setup,io_submit,io_getevents,io_cancel,io_destroy
10 run_strace -a14 -e trace=$syscalls $args > "$OUT"
H A Dclock_nanosleep.test9 syscalls=clock_nanosleep,clock_gettime,setitimer
10 run_strace -e trace=$syscalls $args > "$OUT"
H A Dclock_xettime.test3 # Check clock_getres, clock_gettime, and clock_settime syscalls decoding.
9 syscalls=clock_getres,clock_gettime,clock_settime
10 run_strace -a36 -e trace=$syscalls $args > "$OUT"
H A Dnanosleep.test9 syscalls=nanosleep,setitimer
10 run_strace -a20 -e trace=$syscalls $args > "$OUT"
H A Drestart_syscall.test9 syscalls=nanosleep,restart_syscall
10 run_strace -a20 -e trace=$syscalls $args > "$OUT"
H A Dtimer_xettime.test3 # Check timer_settime and timer_gettime syscalls decoding.
9 syscalls=timer_create,timer_settime,timer_gettime
10 run_strace -e trace=$syscalls $args > "$OUT"
H A Dtimerfd_xettime.test3 # Check timerfd_create, timerfd_settime, and timerfd_gettime syscalls decoding.
9 syscalls=timerfd_create,timerfd_settime,timerfd_gettime
10 run_strace -e trace=$syscalls $args > "$OUT"
H A Dxettimeofday.test3 # Check gettimeofday and settimeofday syscalls decoding.
9 syscalls=gettimeofday,settimeofday
10 run_strace -a20 -e trace=$syscalls $args > "$OUT"
/external/ltrace/
H A Doptions.h37 int syscalls; /* -S: display system calls */ member in struct:options_t
H A Doptions.c49 .syscalls = 0, /* display syscalls */
664 options.syscalls = 1;
H A Dhandle_event.c429 = protolib_cache_load(&g_protocache, "syscalls", 0, 1);
565 if (options.syscalls)
607 if (options.syscalls) {
629 if (options.syscalls)
/external/strace/
H A Dstrace.spec89 + print nanoseconds along with seconds in stat family syscalls (#1251176).
129 + fixed decoding of *xattr syscalls (#885233);
194 - new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
201 - *at, inotify*, pselect6, ppoll and unshare syscalls (#178633, #191275)
219 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
231 - Fix biarch decoding of socket syscalls (#174354).
233 - Accept numeric syscalls in -e (#174798).
238 - Correct printing of restarting syscalls (#165469).
244 - Don't display inappropriate syscalls for -e trace=file (#159340).
284 - grok epoll_* syscalls (#13446
[all...]

Completed in 168 milliseconds