]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Better types in 'syscall.{swapon,syslog}'.
authorDavid Smith <dsmith@redhat.com>
Tue, 22 Apr 2014 13:42:59 +0000 (08:42 -0500)
committerDavid Smith <dsmith@redhat.com>
Tue, 22 Apr 2014 13:42:59 +0000 (08:42 -0500)
commit6b3556e3cf185d6e547bb214d3b675ce53b7d284
tree2458862539f683e7dd8fa51ad28985b6e911325d
parentd0e1cd9d2fcbb16c9fc1008c6fdff4155e982feb
PR16716 partial fix: Better types in 'syscall.{swapon,syslog}'.

* tapset/linux/syscalls2.stp: Fix types in 'syscall.syslog' and
  'syscall.swapon'. In 'syscall.swapon', decode the flags in the new
  'swapflags' variable.
* tapset/linux/nd_syscalls2.stp: In 'nd_syscall.swapon', decode the flags
  in the new 'swapflags' variable.
* tapset/linux/aux_syscalls.stp (_swapon_flags_str): New function.
* tapset/uconversions.stp (user_string_n2_quoted): If we're in a compat
  task, when printing the pointer value as a number, don't expand it to
  64-bits.
* testsuite/systemtap.syscall/swap.c: Added more tests.
* testsuite/systemtap.syscall/syslog.c: New test case.
* testsuite/buildok/syscalls2-detailed.stp: Added new 'swapflags' variable.
* testsuite/buildok/nd_syscalls2-detailed.stp: Ditto.
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls2.stp
tapset/uconversions.stp
testsuite/buildok/nd_syscalls2-detailed.stp
testsuite/buildok/syscalls2-detailed.stp
testsuite/systemtap.syscall/swap.c
testsuite/systemtap.syscall/syslog.c [new file with mode: 0644]
This page took 0.319054 seconds and 5 git commands to generate.