]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Fix types and compat support in timer syscalls family
authorMartin Cermak <mcermak@redhat.com>
Tue, 23 Sep 2014 07:03:02 +0000 (09:03 +0200)
committerMartin Cermak <mcermak@redhat.com>
Tue, 23 Sep 2014 07:31:49 +0000 (09:31 +0200)
commitbe4bfe018e1dd0dc54d7ba9f9e48b04208301f97
tree5561eceeff0a617d24e67d38c8b0039af4cf7b83
parent775cea9b1a7ae436b199fb8c0fbfa5f22c260724
PR16716 partial fix: Fix types and compat support in timer syscalls family

* tapset/linux/syscalls2.stp:
  syscall.timer_{delete,getoverrun,gettime,settime}: Fix types
  syscall.timer_gettime: Add compat support
* tapset/linux/nd_syscalls2.stp (timer_gettime): Add compat support
* tapset/linux/aux_syscalls.stp: Print the pointer value
  when _stp_copy_from_user() fails instead of reporting "UNKNOWN"
* testsuite/systemtap.syscall/test.tcl: Link with -lrt to allow
  using glibc wrappers for timer syscalls family
* testsuite/systemtap.syscall/timer.c: Add more tests
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls2.stp
testsuite/systemtap.syscall/test.tcl
testsuite/systemtap.syscall/timer.c
This page took 0.027503 seconds and 5 git commands to generate.