summary refs log tree commit diff stats
path: root/linux-user/strace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix shmat() straceIlya Leoshkevich2024-03-261-1/+1
* linux-user: Fix semctl() straceIlya Leoshkevich2024-03-261-6/+2
* linux-user: Add strace for shmatRichard Henderson2024-03-011-0/+24
* linux-user/strace: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-1/+0
* linux-user: Fix strace output for old_mmapHelge Deller2023-07-181-4/+45
* linux-user: Populate more bits in mmap_flags_tblRichard Henderson2023-07-151-12/+9
* linux-user/strace: Expand struct flags to hold a maskRichard Henderson2023-07-151-18/+22
* linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2023-07-081-0/+19
* linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2023-03-101-0/+5
* linux-user: Add strace for prlimit64() syscallHelge Deller2023-03-101-0/+88
* linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller2023-03-101-4/+16
* linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller2023-02-031-1/+2
* linux-user: add more netlink protocol constantsLetu Ren2023-02-031-0/+48
* linux-user: fix strace build w/out munlockallMike Frysinger2023-02-031-1/+3
* linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in straceHelge Deller2023-02-031-0/+2
* linux-user/strace: Add output for execveat() syscallDrew DeVault2023-01-251-0/+23
* linux-user/strace: Extract print_execve_argv() from print_execve()Drew DeVault2023-01-251-32/+39
* linux-user/strace: Constify struct flagsPhilippe Mathieu-Daudé2023-01-251-20/+20
* linux-user: Implement faccessat2WANG Xuerui2022-10-211-1/+1
* linux-user: fix pidfd_send_signal()Laurent Vivier2022-10-211-2/+2
* linux-user: Lock log around straceRichard Henderson2022-09-271-19/+46
* linux-user: Update print_futex_opRichard Henderson2022-09-271-37/+33
* linux-user: Implement stracing madvise()Ilya Leoshkevich2022-09-271-0/+41
* linux-user: Show timespec on strace for futex()Helge Deller2022-09-271-1/+10
* linux-user: Add strace for clock_nanosleep()Helge Deller2022-09-271-0/+15
* linux-user: Fix strace of chmod() if mode == 0Helge Deller2022-09-271-0/+5
* linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller2022-09-271-0/+28
* linux-user: Add missing clock_gettime64() syscall straceHelge Deller2022-09-271-0/+53
* linux-user: Add missing signals in strace outputHelge Deller2022-09-271-19/+11
* linux-user/strace: Use is_error in print_syscall_errRichard Henderson2022-06-021-1/+1
* linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé2022-05-231-101/+101
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split strace prototypes into strace.hPeter Maydell2021-09-131-0/+2
* linux-user: Add strace support for printing arguments of llseekKito Cheng2021-05-151-1/+2
* linux-user: strace now handles unshare syscall args correctlyMatus Kysel2021-05-151-0/+18
* linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng2021-01-211-0/+109
* linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2021-01-201-0/+6
* linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng2021-01-201-7/+32
* linux-user: remove GNUC checkMarc-André Lureau2020-12-151-4/+0
* linux-user: Add strace support for printing OFD fcntl operationsMike Gelfand2020-09-011-0/+12
* linux-user: Add strace support for printing arguments for ioctls used for ter...Filip Bozuta2020-08-271-0/+195
* linux-user: Add strace support for printing arguments of some clock and time ...Filip Bozuta2020-08-271-66/+221
* linux-user: Add an api to print enumareted argument values with straceFilip Bozuta2020-08-271-0/+31
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-0/+21
* linux-user: Add strace support for printing arguments of truncate()/ftruncate...Filip Bozuta2020-08-271-0/+47
* linux-user: Make cpu_env accessible in strace.cFilip Bozuta2020-08-271-237/+242
* linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last valueFilip Bozuta2020-08-231-2/+6
* linux-user: fix print_syscall_err() when syscall returned value is negativeLaurent Vivier2020-07-141-23/+13
* linux-user: fix the errno value in print_syscall_err()Laurent Vivier2020-07-141-1/+1
* linux-user: Fix Coverity CID 1430271 / CID 1430272Laurent Vivier2020-07-131-4/+12