Linux Kernel
3.7.1
|
Data Fields | |
int | ctr_type |
unsigned int | offset |
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.