From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/group__current.html | 59 ----------------------------------- 1 file changed, 59 deletions(-) delete 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 deleted file mode 100644 index 03008852..00000000 --- a/runtime/docs/html/group__current.html +++ /dev/null @@ -1,59 +0,0 @@ - - -SystemTap: Current State - - - -
Main Page | Modules | Directories | File List | 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