Searched refs:gcov_info_is_compatible (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/gcov/
H A Dgcov.h114 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
H A Dfs.c645 if (!gcov_info_is_compatible(node->unloaded_info, info)) {
656 if (!gcov_info_is_compatible(node->loaded_info[0], info)) {
H A Dgcc_3_4.c68 * gcov_info_is_compatible - check if profiling data can be added
74 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) function

Completed in 25 milliseconds