Lines Matching refs:syscall

5   * Enhanced decoding of personality syscall.
15 personality. In these cases, syscall filtering and printing now
25 * When some data referenced by syscall arguments is irrelevant or cannot
27 * When a syscall is restarted using restart_syscall mechanism, strace now
28 shows the syscall name on architectures that expose this information.
36 * Implemented decoding of struct statfs.f_flags in statfs syscall.
39 * Implemented decoding of indirect syscall on mips o32.
41 * Implemented decoding of setsockopt syscall multicast arguments.
44 and v4l2 ioctl syscall arguments.
56 * Added new syscall entries to match Linux 4.4.
62 * Fixed decoding of ioctl syscall command on aarch64 and 32-bit architectures
65 syscall flags arguments.
66 * Fixed decoding of 4th argument of clock_nanosleep syscall.
67 * Fixed decoding of getpagesize syscall on m68k.
71 * Fixed decoding of offset argument of mmap2 syscall on arm, sparc,
73 * Fixed decoding of pipe syscall on alpha and mips.
74 * Fixed decoding of pipe2 syscall on ia64, sh, sparc, and sparc64.
75 * Fixed decoding of signal mask argument of pselect6 syscall on x32.
76 * Fixed decoding of signal mask of rt_sigreturn syscall on aarch64, m68k,
78 * Fixed decoding of 4th argument of semctl indirect syscall.
79 * Fixed decoding of sa_restorer and sa_mask of sigaction syscall on m68k.
82 * Fixed decoding of times syscall return value on mips n32 and x32.
83 * Fixed decoding of path argument of umount2 syscall
86 * Fixed various errors in mapping between syscall numbers and associated
87 information like the number of syscall arguments, the name of syscall,
88 and syscall decoder.
116 * Enhanced decoding of getsockopt and setsockopt syscall.
117 * Enhanced decoding of sysinfo syscall.
129 * Added new syscall entries to match Linux 3.19.
132 * Fixed various errors in mapping between syscall numbers and associated
133 information like the number of syscall arguments, the name of syscall,
134 and syscall decoder.
145 * Fixed decoding of fanotify_mark syscall on 32-bit architectures.
174 * Added experimental -k option to print stack trace after each traced syscall.
175 * Added -w option to produce stats on syscall latency.
194 * Added new syscall entries to match Linux 3.16.
202 * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
230 * Added new syscall entries to match Linux 3.9.
254 * Fixed decoding of long long syscall arguments on ARM, MIPS/o32, PowerPC,
288 * Added syscall entries for new linux syscalls.
289 * Added syscall entries for direct socket system calls on powerpc.
298 * Changed read of data blocks to use single process_vm_readv syscall
317 * Fixed ARM EABI 64-bit syscall's arguments decoding.
321 * Corrected syscall entries for epoll_pwait, epoll_create, epoll_ctl,
324 * Corrected io_* syscall entries on ARM.
362 * Added new syscall entries to match Linux 2.6.37.
368 * Fixed fetching syscall arguments on m68k.
370 * Fixed get/set_robust_list syscall numbers for powerpc.
374 * Fixed syscall flags of fstatat*, mmap, mmap2, fadvise64*, swapoff,
455 * Fixed syscall numbers for tee and sync_file_range.
460 * Marked sendfile(2) as a network syscall.
536 * Update Linux/IA64 syscall list.
537 * Fix Linux/x86-64 syscall argument extraction for 32-bit processes.
544 * Update syscall tables for Alpha, ARM, HPPA.
621 * The usual Linux syscall updates (includes 32bit uid/gid support),
632 * The usual Linux syscall updates
668 * check stray syscall after execv
707 * various tracing features can be enabled on a per syscall/signal/desc basis
709 * selective printing of syscall structures
710 * selective abbreviation of long structures on a per syscall basis
711 * selective printing of raw syscall arguments and results
715 * optional counting of time, calls, and errors for each syscall