Linux Kernel
3.7.1
|
#include <gcov.h>
Data Fields | |
unsigned int | num |
gcov_type * | values |
void(* | merge )(gcov_type *, unsigned int) |
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.