]> sourceware.org Git - systemtap.git/commitdiff
strace example: add a note re. PR6762
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 20 Aug 2013 10:11:30 +0000 (06:11 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 20 Aug 2013 10:11:30 +0000 (06:11 -0400)
The reminder was motivated by coming across Jan Kratoch's much more
elaborate strace-in-systemtap prototype, which solves this problem:
http://git.jankratochvil.net/?p=staptrace.git

testsuite/systemtap.examples/process/strace.stp

index cbd4ddc7c19411da9c2ed1d9e394417a8a3052dc..91bc403eaa18fa302c4114f78c3b936339c6c76a 100755 (executable)
@@ -32,6 +32,9 @@ function filter_p()
 
 probe nd_syscall.* 
   {
+    # TODO: filter out apparently-nested syscalls (that are implemented
+    # in terms of each other within the kernel); PR6762
+
     if (filter_p()) next;
 
     t=tid()
This page took 0.027553 seconds and 5 git commands to generate.