Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/
A Devent-parse-local.h46 struct func_list *funclist; member
A Devent-parse.c448 funclist = tep->funclist; in func_map_init()
451 while (funclist) { in func_map_init()
456 item = funclist; in func_map_init()
457 funclist = funclist->next; in func_map_init()
471 tep->funclist = NULL; in func_map_init()
629 tep->funclist = item; in tep_register_function()
7528 funclist = tep->funclist; in tep_free()
7556 while (funclist) { in tep_free()
7559 free(funclist->mod); in tep_free()
7560 free(funclist); in tep_free()
[all …]

Completed in 14 milliseconds