summaryrefslogtreecommitdiffstats
path: root/stapfuncs.5.in
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-06-12 17:35:19 -0400
committerWilliam Cohen <wcohen@redhat.com>2008-06-12 17:35:19 -0400
commit53c08c2f0a7a03f755d04f0fec7749a0e83d8b45 (patch)
treecef2950bcd5d68be549df5bbc1b20b91d1173156 /stapfuncs.5.in
parent3e169dc3f06f718eab93938c7a756104b846a1a6 (diff)
downloadsystemtap-steved-53c08c2f0a7a03f755d04f0fec7749a0e83d8b45.tar.gz
systemtap-steved-53c08c2f0a7a03f755d04f0fec7749a0e83d8b45.tar.xz
systemtap-steved-53c08c2f0a7a03f755d04f0fec7749a0e83d8b45.zip
Add user_mode function to tapset and document.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r--stapfuncs.5.in3
1 files changed, 3 insertions, 0 deletions
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.