Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Devent-parse-local.h12 struct func_map;
44 struct func_map *func_map; member
H A Devent-parse.c390 struct func_map { struct
405 const struct func_map *fa = a; in func_cmp()
406 const struct func_map *fb = b; in func_cmp()
422 const struct func_map *fa = a; in func_bcmp()
423 const struct func_map *fb = b; in func_bcmp()
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()
[all...]

Completed in 5 milliseconds