Re: [PATCH 3/3] linux-user: Add strace support for printing arguments of some clock and time functions

2020-07-06 Thread Laurent Vivier
Le 26/06/2020 à 23:39, Filip Bozuta a écrit : > This patch implements strace argument printing functionality for following > syscalls: > > * clock_getres, clock_gettime, clock_settime - clock and time functions > > int clock_getres(clockid_t clockid, struct timespec *res) > i

[PATCH 3/3] linux-user: Add strace support for printing arguments of some clock and time functions

2020-06-26 Thread Filip Bozuta
This patch implements strace argument printing functionality for following syscalls: * clock_getres, clock_gettime, clock_settime - clock and time functions int clock_getres(clockid_t clockid, struct timespec *res) int clock_gettime(clockid_t clockid, struct timespec *tp)