From 33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 21 Mar 2005 21:47:54 +0000 Subject: *** empty log message *** --- runtime/docs/html/map_8h.html | 61 ++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 39 deletions(-) (limited to 'runtime/docs/html/map_8h.html') diff --git a/runtime/docs/html/map_8h.html b/runtime/docs/html/map_8h.html index def7be23..2d35515b 100644 --- a/runtime/docs/html/map_8h.html +++ b/runtime/docs/html/map_8h.html @@ -5,27 +5,12 @@
Intro | Functions | Defines | Enumerations | Enumeration Values
- +

map.h File Reference

#include <linux/types.h>

Go to the source code of this file. - - - - - - - - - - - - - - - @@ -67,7 +52,7 @@

Data Structures

struct  stat
union  key_data
struct  map_node
struct  map_node_int64
struct  map_node_str
struct  map_node_stat
struct  map_root

Defines

#define key1str(ptr)   (ptr->n.key1.str)


Define Documentation

- +
@@ -96,9 +81,9 @@

Value:

({                                                              \
     if (__builtin_types_compatible_p (typeof (val), char[]))    \
-      _stp_list_add_str (map, (char *)(val));                           \
+      _stp_list_add_str (map, (char *)(val));                           \
     else                                                        \
-      _stp_list_add_int64 (map, (int64_t)(val));                        \
+      _stp_list_add_int64 (map, (int64_t)(val));                        \
   })
 

@@ -106,7 +91,7 @@ Definition at line 121 of fil

- +
@@ -145,7 +130,7 @@ Definition at line 105 of fil

- +
@@ -193,7 +178,7 @@ Definition at line 91 of file

- +
@@ -222,9 +207,9 @@ Definition at line 91 of file

Value:

({                                                              \
     if (__builtin_types_compatible_p (typeof (val), char[]))    \
-      _stp_map_set_str (map, (char *)(val));                            \
+      _stp_map_set_str (map, (char *)(val));                            \
     else                                                        \
-      _stp_map_set_int64 (map, (int64_t)(val));                 \
+      _stp_map_set_int64 (map, (int64_t)(val));                 \
   })
 

@@ -232,7 +217,7 @@ Definition at line 113 of fil

- +
@@ -260,7 +245,7 @@ Definition at line 113 of fil

Value:

for (ptr = (typeof(ptr))_stp_map_start(map); ptr; \
-       ptr = (typeof(ptr))_stp_map_iter (map, (struct map_node *)ptr))
+       ptr = (typeof(ptr))_stp_map_iter (map, (struct map_node *)ptr))
 
Loop through all elements of a map.

Parameters:
@@ -284,7 +269,7 @@ Definition at line 138 of fil

- +
@@ -314,7 +299,7 @@ Definition at line 88 of file

- +
@@ -344,7 +329,7 @@ Definition at line 86 of file

- +
@@ -374,7 +359,7 @@ Definition at line 89 of file

- +
@@ -405,7 +390,7 @@ Definition at line 87 of file

Typedef Documentation

- +
@@ -426,14 +411,12 @@ Definition at line 87 of file

-Definition at line 84 of file map.h. -

-Referenced by _stp_copy_argv_from_user(), _stp_list_add_int64(), _stp_list_add_str(), _stp_list_clear(), _stp_list_new(), _stp_list_size(), _stp_map_del(), _stp_map_get_int64(), _stp_map_get_stat(), _stp_map_get_str(), _stp_map_iter(), _stp_map_key_del(), _stp_map_key_long(), _stp_map_key_long_long(), _stp_map_key_long_str(), _stp_map_key_str(), _stp_map_key_str_long(), _stp_map_key_str_str(), _stp_map_new(), _stp_map_set_int64(), _stp_map_set_stat(), _stp_map_set_str(), _stp_map_start(), and _stp_map_stat_add(). +Definition at line 84 of file map.h.


Enumeration Type Documentation

- +
@@ -468,7 +451,7 @@ Definition at line 16 of file

- +
@@ -506,7 +489,7 @@ Definition at line 17 of file

Variable Documentation

- +
@@ -528,8 +511,8 @@ Definition at line 17 of file
-
Generated on Wed Mar 9 13:21:28 2005 for SystemTap by  +
Generated on Mon Mar 21 13:29:45 2005 for SystemTap by  -doxygen 1.3.9.1
+doxygen 1.4.1
-- cgit