Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gcov_iterator Struct Reference

Data Fields

struct gcov_infoinfo
 
int record
 
unsigned int function
 
unsigned int type
 
unsigned int count
 
int num_types
 
struct type_info type_info [0]
 

Detailed Description

struct gcov_iterator - specifies current file position in logical records : associated profiling data : record type : function number : counter type : index into values array : number of counter types : helper array to get values-array offset for current function

Definition at line 219 of file gcc_3_4.c.

Field Documentation

unsigned int count

Definition at line 225 of file gcc_3_4.c.

unsigned int function

Definition at line 223 of file gcc_3_4.c.

Definition at line 220 of file gcc_3_4.c.

int num_types

Definition at line 227 of file gcc_3_4.c.

int record

Definition at line 222 of file gcc_3_4.c.

unsigned int type

Definition at line 224 of file gcc_3_4.c.

Definition at line 228 of file gcc_3_4.c.


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