diff options
author | William Cohen <wcohen@redhat.com> | 2008-06-12 17:35:19 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-06-12 17:35:19 -0400 |
commit | 53c08c2f0a7a03f755d04f0fec7749a0e83d8b45 (patch) | |
tree | cef2950bcd5d68be549df5bbc1b20b91d1173156 /stapfuncs.5.in | |
parent | 3e169dc3f06f718eab93938c7a756104b846a1a6 (diff) | |
download | systemtap-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.in | 3 |
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. |