Home
last modified time | relevance | path

Searched refs:gcov_info_head (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.c16 static struct gcov_info *gcov_info_head; variable
24 info->next = gcov_info_head; in __gcov_init()
25 gcov_info_head = info; in __gcov_init()
308 struct gcov_info *gcov_list_first = gcov_info_head; in gcov_coverage_dump()
309 struct gcov_info *gcov_list = gcov_info_head; in gcov_coverage_dump()
355 return gcov_info_head; in gcov_get_list_head()