summaryrefslogtreecommitdiff
path: root/linux/sh64/syscallent.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce SYS_FUNC(tkill)Ákos Uzonyi2020-08-011-1/+1
* Modify %process class: trace syscalls associated with process lifecycleÁkos Uzonyi2020-06-161-5/+5
* Update copyright headersDmitry V. Levin2020-06-011-1/+1
* Add %clock trace classÁkos Uzonyi2020-04-171-8/+8
* Implement %creds trace classAndrey Zax2019-12-291-35/+35
* Add seccomp filter syscall flagPaul Chaignon2019-08-311-4/+4
* Introduce linux/syscallent-common.h and linux/syscallent-common-32.hDmitry V. Levin2019-06-291-4/+1
* Implement decoding of io_uring_* syscallsDmitry V. Levin2019-05-191-0/+3
* Implement decoding of pidfd_send_signal syscallDmitry V. Levin2019-05-181-0/+1
* Implement and use new parsers of utimensat syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of timerfd_gettime and timerfd_settime syscallsDmitry V. Levin2019-05-121-2/+2
* Implement and use new parsers of timer_gettime and timer_settime syscallsDmitry V. Levin2019-05-121-2/+2
* Implement and use new parsers of nanosleep syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of clock_nanosleep syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of clock_gettime and clock_settime syscallsDmitry V. Levin2019-05-121-3/+3
* Implement and use new parsers of mq_timedsend and mq_timedreceive syscallsDmitry V. Levin2019-05-121-2/+2
* Implement and use new parsers of rt_sigtimedwait syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of sched_rr_get_interval syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of poll syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of ppoll syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of recvmmsg syscallDmitry V. Levin2019-05-121-1/+1
* Introduce subcall32.h and subcall64.h wrappersDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of futex syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of pselect6 syscallDmitry V. Levin2019-05-121-1/+1
* Implement and use new parsers of io_getevents syscallDmitry V. Levin2019-05-121-1/+1
* Wire up *time64 system callsDmitry V. Levin2019-05-111-0/+1
* Use new parsers of adjtimex and clock_adjtime syscallsDmitry V. Levin2019-05-111-2/+2
* Update copyright headersDmitry V. Levin2019-03-181-1/+1
* Bump SYS_socket_subcall from 400 to 500Dmitry V. Levin2019-03-061-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Add pure syscall flagEugene Syromyatnikov2018-02-101-12/+12
* Add SYSCALL_NEVER_FAILS flag to getpgrpEugene Syromyatnikov2018-02-091-1/+1
* Enhance decoding of mq_* syscallsDmitry V. Levin2018-01-151-5/+5
* Add TF flag to inotify_add_watch syscall entriesNikolay Marchuk2017-08-111-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Rename sys_sig[gs]etmask to sys_s[gs]etmask to match syscall namesDmitry V. Levin2017-05-211-2/+2
* alpha, cris, mips, ppc, sh, sparc: fix decoding of sigsuspend syscallDmitry V. Levin2017-05-011-1/+1
* Implement -e trace=%stat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%lstat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%fstat optionEugene Syromyatnikov2017-04-211-4/+4
* Implement -e trace=%%stat optionEugene Syromyatnikov2017-04-211-10/+10
* Implement -e trace=%%statfs optionEugene Syromyatnikov2017-04-211-5/+5
* Implement -e trace=%fstatfs optionEugene Syromyatnikov2017-04-211-2/+2
* Revert "Implement -e trace=%sched option"Dmitry V. Levin2017-04-141-12/+12
* Revert "Implement -e trace=%clock option"Dmitry V. Levin2017-04-141-5/+5
* Implement -e trace=%statfs optionAbhishek Tiwari2017-04-071-2/+2
* Implement -e trace=%clock optionRishi Bhatt2017-04-061-5/+5
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-051-12/+12
* Remove redundant commas at the end of structure initializersDmitry V. Levin2017-01-111-7/+7