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/map_8h.html | 77 ------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 runtime/docs/html/map_8h.html (limited to 'runtime/docs/html/map_8h.html') diff --git a/runtime/docs/html/map_8h.html b/runtime/docs/html/map_8h.html deleted file mode 100644 index 23b5430b..00000000 --- a/runtime/docs/html/map_8h.html +++ /dev/null @@ -1,77 +0,0 @@ - - -SystemTap: map.h File Reference - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

map.h File Reference

Header file for maps and lists. More... -

-#include <linux/types.h>
- -

-Go to the source code of this file. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Defines

-#define key1str(ptr)   (ptr->n.key1.str)
 Extracts string from key1 union.
-#define key2str(ptr)   (ptr->n.key2.str)
 Extracts string from key2 union.
-#define key1int(ptr)   (ptr->n.key1.val)
 Extracts int from key1 union.
-#define key2int(ptr)   (ptr->n.key2.val)
 Extracts int from key2 union.
#define _stp_map_key2(map, key1, key2)
 Macro to call the proper _stp_map_key functions based on the types of the arguments.
#define _stp_map_key(map, key)
 Macro to call the proper _stp_map_key function based on the type of the argument.
#define _stp_map_set(map, val)
 Macro to call the proper _stp_map_set function based on the type of the argument.
#define foreach(map, ptr)
 Loop through all elements of a map or list.
#define _stp_list_add(map, val)
 Macro to call the proper _stp_list_add function based on the types of the argument.

Typedefs

-typedef map_root * MAP
 All maps are of this type.

Enumerations

enum  keytype { NONE, -LONG, -STR - }
 keys can be longs or strings
enum  valtype { INT64, -STAT, -STRING, -END - }
 values can be either int64, stats or strings

Variables

-enum keytype packed
 keys can be longs or strings
-


Detailed Description

-Header file for maps and lists. -

- -

-Definition in file map.h. -- cgit