[PATCH 0/3] Add strace support for printing arguments for a group of selected syscalls

Filip Bozuta posted 3 patches 3 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
linux-user/strace.c    | 221 ++++++++++++++++++++++++++++++++++++++++-
linux-user/strace.list |  34 ++++---
2 files changed, 238 insertions(+), 17 deletions(-)
[PATCH 0/3] Add strace support for printing arguments for a group of selected syscalls
Posted by Filip Bozuta 3 years, 10 months ago
This series covers strace support for following syscalls:

   *truncate()     *munlock()          *clock_gettimeofday()
   *ftruncate()    *munlockall()       *clock_getitimer()
   *getsid()       *clock_getres()     *clock_setitimer()
   *mlock()        *clock_gettime()
   *mlockall()     *clock_settime()


Filip Bozuta (3):
  linux-user: Add strace support for printing arguments of
    truncate()/ftruncate() and getsid()
  linux-user: Add strace support for printing arguments of syscalls used
    to lock and unlock memory
  linux-user: Add strace support for printing arguments of some clock
    and time functions

 linux-user/strace.c    | 221 ++++++++++++++++++++++++++++++++++++++++-
 linux-user/strace.list |  34 ++++---
 2 files changed, 238 insertions(+), 17 deletions(-)

-- 
2.17.1