]> sourceware.org Git - systemtap.git/commit
kprocess.exec: rely on syscall.execve
authorJonathan Lebon <jlebon@redhat.com>
Tue, 14 Jan 2014 16:15:17 +0000 (11:15 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Tue, 14 Jan 2014 20:27:56 +0000 (15:27 -0500)
commit18b9b5e7be0a0d4e7aa0c235e95286eaf894fa6a
tree06c26bac2edacc76a6f4bd193c936348a7a14c6b
parent222a9a0336b9e8cf961a672470f3fd9f9a70712c
kprocess.exec: rely on syscall.execve

By relying on syscall.execve, we get the benefits of compatibility
across different kernel versions, as well as access to the arguments.
tapset/linux/kprocess.stp
tapset/linux/syscalls.stp
This page took 0.028092 seconds and 5 git commands to generate.