From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/group__current.html | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 runtime/docs/html/group__current.html (limited to 'runtime/docs/html/group__current.html') diff --git a/runtime/docs/html/group__current.html b/runtime/docs/html/group__current.html new file mode 100644 index 00000000..91973e06 --- /dev/null +++ b/runtime/docs/html/group__current.html @@ -0,0 +1,59 @@ + + +SystemTap: Current State + + + +
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

Current State

Functions to get the current state. +More... + + + + + +

Functions

unsigned long _stp_ret_addr (struct pt_regs *regs)
 Get the current return address.
+

Detailed Description

+Functions to get the current state. +

+


Function Documentation

+

+ + + + +
+ + + + + + + + + +
unsigned long _stp_ret_addr struct pt_regs *  regs  ) 
+
+ + + + + +
+   + + +

+Get the current return address. +

+Call from kprobes (not jprobes).

Parameters:
+ + +
regs The pt_regs saved by the kprobe.
+
+
Returns:
The return address saved in esp or rsp.
+
Note:
i386 and x86_64 only so far.
+ +

+Definition at line 21 of file current.c.

+ -- cgit