From b9c556e44326b40b2c927a0a5b5626332a8c9587 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 08:57:11 +0000 Subject: *** empty log message *** --- runtime/docs/html/structstat.html | 166 +++++--------------------------------- 1 file changed, 21 insertions(+), 145 deletions(-) (limited to 'runtime/docs/html/structstat.html') diff --git a/runtime/docs/html/structstat.html b/runtime/docs/html/structstat.html index 50829d8d..8f010fa8 100644 --- a/runtime/docs/html/structstat.html +++ b/runtime/docs/html/structstat.html @@ -1,165 +1,41 @@ -SystemTap: SystemTap Runtime Library +SystemTap: stat Struct Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

stat Struct Reference

#include <map.h> +
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

stat Struct Reference

Statistics are stored in this struct. +More... +

+#include <map.h>

- - - + - + - + - + -

Data Fields

int64_t count
int64_t sum
+int64_t count
int64_t min
+int64_t sum
int64_t max
+int64_t min
int64_t histogram [BUCKETS]
+int64_t max
-


Field Documentation

-

- - - - -
- - - - -
int64_t stat::count
-
- - - - -

- -

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

-Referenced by _stp_map_stat_add(). -

-   - +
+int64_t histogram [BUCKETS]
-

- - - - -
- - - - -
int64_t stat::histogram[BUCKETS]
-
- - - - - -
-   - - -

- -

-Definition at line 8 of file map.h.

-

- - - - -
- - - - -
int64_t stat::max
-
- - - - - -
-   - - +

Detailed Description

+Statistics are stored in this struct.

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

-Referenced by _stp_map_stat_add().

-

- - - - -
- - - - -
int64_t stat::min
-
- - - - - -
-   - - -

- -

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

-Referenced by _stp_map_stat_add().

-

- - - - -
- - - - -
int64_t stat::sum
-
- - - - - -
-   - - -

- -

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

-Referenced by _stp_map_stat_add().

-


The documentation for this struct was generated from the following file: