Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.c333 struct func_map { struct
348 const struct func_map *fa = a; in func_cmp() argument
349 const struct func_map *fb = b; in func_cmp()
365 const struct func_map *fa = a; in func_bcmp()
366 const struct func_map *fb = b; in func_bcmp()
384 struct func_map *func_map; in func_map_init() local
387 func_map = malloc(sizeof(*func_map) * (pevent->func_count + 1)); in func_map_init()
388 if (!func_map) in func_map_init()
395 func_map[i].func = funclist->func; in func_map_init()
396 func_map[i].addr = funclist->addr; in func_map_init()
[all …]
Devent-parse.h454 struct func_map;
488 struct func_map *func_map; member