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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c357 struct func_list *funclist; local
366 funclist = pevent->funclist;
369 while (funclist) {
370 func_map[i].func = funclist->func;
371 func_map[i].addr = funclist->addr;
372 func_map[i].mod = funclist->mod;
374 item = funclist;
375 funclist = funclist
5570 struct func_list *funclist, *funcnext; local
[all...]
H A Devent-parse.h410 struct func_list *funclist; member in struct:pevent
/external/chromium_org/third_party/ply/
H A Dlex.py449 def _funcs_to_names(funclist,namelist):
451 for f,name in zip(funclist,namelist):

Completed in 171 milliseconds