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

Data Fields

int ctr_type
 
unsigned int offset
 

Detailed Description

struct type_info - iterator helper array : counter type : index of the first value of the current function for this type

This array is needed to convert the in-memory data format into the in-file data format:

In-memory: for each counter type for each function values

In-file: for each function for each counter type values

See gcc source gcc/gcov-io.h for more information on data organization.

Definition at line 204 of file gcc_3_4.c.

Field Documentation

int ctr_type

Definition at line 205 of file gcc_3_4.c.

unsigned int offset

Definition at line 206 of file gcc_3_4.c.


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