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

/linux-4.4.14/kernel/gcov/
H A Dgcov.h71 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
H A Dgcc_3_4.c183 * gcov_info_is_compatible - check if profiling data can be added
189 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) gcov_info_is_compatible() function
H A Dgcc_4_7.c202 * gcov_info_is_compatible - check if profiling data can be added
208 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) gcov_info_is_compatible() function
H A Dfs.c646 if (!gcov_info_is_compatible(node->unloaded_info, info)) { add_info()
658 if (!gcov_info_is_compatible(node->loaded_info[0], info)) { add_info()

Completed in 151 milliseconds