From 53c08c2f0a7a03f755d04f0fec7749a0e83d8b45 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 12 Jun 2008 17:35:19 -0400 Subject: Add user_mode function to tapset and document. --- stapfuncs.5.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stapfuncs.5.in') diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 6d4546ab..d8a1a55c 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -252,6 +252,9 @@ Return the probe point's module name, if known. target:long () Return the pid of the target process. .TP +user_mode:long () +Return 1 if the probe point occurred in user-mode. +.TP is_return:long () Return 1 if the probe point is a return probe. Deprecated. -- cgit