summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorjistone <jistone>2006-06-02 19:11:43 +0000
committerjistone <jistone>2006-06-02 19:11:43 +0000
commitb6b2628a5b1c35e54c71fe200cc03d57cb72668e (patch)
treee7e55272ef6337c776228ad5549608035d73d7e5 /examples
parent807e901f301df384499249ebe548884f504e4313 (diff)
downloadsystemtap-steved-b6b2628a5b1c35e54c71fe200cc03d57cb72668e.tar.gz
systemtap-steved-b6b2628a5b1c35e54c71fe200cc03d57cb72668e.tar.xz
systemtap-steved-b6b2628a5b1c35e54c71fe200cc03d57cb72668e.zip
2006-06-02 Josh Stone <joshua.i.stone@intel.com>
* testsuite/buildok/process_test.stp: add signal_handle test * examples/small_demos/proc_snoop.stp: log signal_handle
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/small_demos/proc_snoop.stp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/small_demos/proc_snoop.stp b/examples/small_demos/proc_snoop.stp
index 5b46d343..df0f2c81 100755
--- a/examples/small_demos/proc_snoop.stp
+++ b/examples/small_demos/proc_snoop.stp
@@ -50,8 +50,6 @@ probe process.signal_send {
shared? " [SHARED]" : ""))
}
-/* FIXME this probepoint is not fully implemented
probe process.signal_handle {
report(sprintf("sighandle %d (%s)", signal, signal_name))
}
-*/