]> sourceware.org Git - systemtap.git/commit
PR18398: Tapset support for {get,set}_thread_area syscalls
authorMartin Cermak <mcermak@redhat.com>
Wed, 13 May 2015 15:06:34 +0000 (17:06 +0200)
committerMartin Cermak <mcermak@redhat.com>
Wed, 13 May 2015 15:06:34 +0000 (17:06 +0200)
commita69fbca6e23aa019e5808be53113d6fa1c83d183
treeb6087611bf769be64f6fb0d36d56cf5bbd63114a
parentfeee095aa866f51cee24c8d20bc83d107d02f4d5
PR18398: Tapset support for {get,set}_thread_area syscalls

* tapset/linux/i386/aux_syscalls.stp: New function _struct_user_desc_u()
* tapset/linux/i386/nd_syscalls.stp: Decode struct user_desc
* tapset/linux/i386/syscalls.stp: Ditto
* tapset/linux/x86_64/aux_syscalls.stp: New function _struct_user_desc_u()
* tapset/linux/x86_64/nd_syscalls.stp: New probes nd_syscall.{get,set}_thread_area
* tapset/linux/x86_64/syscalls.stp: New probes syscall.{get,set}_thread_area
* testsuite/buildok/nd_syscalls-arch-detailed.stp: New subtests
* testsuite/buildok/syscalls-arch-detailed.stp: New subtests
* testsuite/systemtap.syscall/thread_area.c: New testcase
tapset/linux/i386/aux_syscalls.stp
tapset/linux/i386/nd_syscalls.stp
tapset/linux/i386/syscalls.stp
tapset/linux/x86_64/aux_syscalls.stp
tapset/linux/x86_64/nd_syscalls.stp
tapset/linux/x86_64/syscalls.stp
testsuite/buildok/nd_syscalls-arch-detailed.stp
testsuite/buildok/syscalls-arch-detailed.stp
testsuite/systemtap.syscall/thread_area.c [new file with mode: 0644]
This page took 0.029559 seconds and 5 git commands to generate.