Linux Kernel
3.7.1
|
#include <gcov.h>
Data Fields | |
unsigned int | version |
struct gcov_info * | next |
unsigned int | stamp |
const char * | filename |
unsigned int | n_functions |
struct gcov_fn_info * | functions |
unsigned int | ctr_mask |
struct gcov_ctr_info | counts [0] |
struct gcov_info - profiling data per object file
This data is generated by gcc during compilation and doesn't change at run-time with the exception of the next pointer.
struct gcov_ctr_info counts[0] |
struct gcov_fn_info* functions |