Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Devent-parse.c308 struct func_map { struct
323 const struct func_map *fa = a; in func_cmp() argument
324 const struct func_map *fb = b; in func_cmp()
340 const struct func_map *fa = a; in func_bcmp()
341 const struct func_map *fb = b; in func_bcmp()
359 struct func_map *func_map; in func_map_init() local
362 func_map = malloc(sizeof(*func_map) * (pevent->func_count + 1)); in func_map_init()
363 if (!func_map) in func_map_init()
370 func_map[i].func = funclist->func; in func_map_init()
371 func_map[i].addr = funclist->addr; in func_map_init()
[all …]
Devent-parse.h379 struct func_map;
409 struct func_map *func_map; member