Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/
A Devent-parse-local.h12 struct func_map;
44 struct func_map *func_map; member
A Devent-parse.c390 struct func_map { struct
441 struct func_map *func_map; in func_map_init() local
444 func_map = malloc(sizeof(*func_map) * (tep->func_count + 1)); in func_map_init()
445 if (!func_map) in func_map_init()
461 qsort(func_map, tep->func_count, sizeof(*func_map), func_cmp); in func_map_init()
470 tep->func_map = func_map; in func_map_init()
480 struct func_map key; in __find_func()
482 if (!tep->func_map) in __find_func()
496 struct func_map map;
541 struct func_map *map; in find_func()
[all …]

Completed in 14 milliseconds