From fd6602a0d866cff012a1bd478272760fb7f2c31d Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 1 Aug 2005 22:53:56 +0000 Subject: 2005-08-01 Frank Ch. Eigler * tapsets.cxx: Support ".return" option for function probe points. * testuite/buildok/five.stp: Try it. --- testsuite/buildok/five.stp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testsuite/buildok/five.stp (limited to 'testsuite') diff --git a/testsuite/buildok/five.stp b/testsuite/buildok/five.stp new file mode 100755 index 00000000..7663e50c --- /dev/null +++ b/testsuite/buildok/five.stp @@ -0,0 +1,4 @@ +#! stap -p4 + +probe kernel.function("schedule") { log "arrival" } +probe kernel.function("schedule").return { log "departure" } -- cgit