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

#include <gcov.h>

Data Fields

unsigned int num
 
gcov_typevalues
 
void(* merge )(gcov_type *, unsigned int)
 

Detailed Description

struct gcov_ctr_info - profiling data per counter type : number of counter values for this type : array of counter values for this type : merge function for counter values of this type (unused)

This data is generated by gcc during compilation and doesn't change at run-time with the exception of the values array.

Definition at line 61 of file gcov.h.

Field Documentation

void(* merge)(gcov_type *, unsigned int)

Definition at line 64 of file gcov.h.

unsigned int num

Definition at line 62 of file gcov.h.

gcov_type* values

Definition at line 63 of file gcov.h.


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