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

#include <gcov.h>

Data Fields

unsigned int ident
 
unsigned int checksum
 
unsigned int n_ctrs [0]
 

Detailed Description

struct gcov_fn_info - profiling meta data per function : object file-unique function identifier : function checksum : number of values per counter type belonging to this function

This data is generated by gcc during compilation and doesn't change at run-time.

Definition at line 46 of file gcov.h.

Field Documentation

unsigned int checksum

Definition at line 48 of file gcov.h.

unsigned int ident

Definition at line 47 of file gcov.h.

unsigned int n_ctrs[0]

Definition at line 49 of file gcov.h.


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