]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Fix types in 'syscall.sched_{{get,set}param,get_priority_{max...
authorMartin Cermak <mcermak@redhat.com>
Fri, 5 Dec 2014 16:38:50 +0000 (17:38 +0100)
committerMartin Cermak <mcermak@redhat.com>
Fri, 5 Dec 2014 16:38:50 +0000 (17:38 +0100)
commitc1b1844eb23f3ebfdd562f46467abdd3b88b6625
tree16d4d6c587143d7bababef79bb7fc6f39f7e1c5d
parent4bce18d8dc7f3b742fd87048b4760eb2d1d9fcee
PR16716 partial fix: Fix types in 'syscall.sched_{{get,set}param,get_priority_{max,min},yield}'

* tapset/linux/aux_syscalls.stp: Fix handling negative args in _sched_policy_str()
* tapset/linux/nd_syscalls2.stp: Fix argstr in sched_get_priority_{max,min}
* tapset/linux/syscalls2.stp: Fix types and argstr in sched_get_priority_{max,min}
  and sched_{get,set}param
* testsuite/systemtap.syscall/mknod.c: Use thin wrapper around the syscall()
* testsuite/systemtap.syscall/sched.c: New testcase
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls2.stp
testsuite/systemtap.syscall/mknod.c
testsuite/systemtap.syscall/sched.c [new file with mode: 0644]
This page took 0.028049 seconds and 5 git commands to generate.