Home
last modified time | relevance | path

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

/linux-3.3/kernel/gcov/
Dbase.c23 static struct gcov_info *gcov_info_head; variable
48 info->next = gcov_info_head; in __gcov_init()
49 gcov_info_head = info; in __gcov_init()
99 for (info = gcov_info_head; info; info = info->next) in gcov_enable_events()
123 for (info = gcov_info_head; info; info = info->next) { in gcov_module_notifier()
128 gcov_info_head = info->next; in gcov_module_notifier()