Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dproftool.c55 struct func_info *func_list; variable
136 func_list = realloc(func_list, in read_system_map()
138 assert(func_list); in read_system_map()
143 func = &func_list[func_count++]; in read_system_map()
177 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset()
197 result = h_cmp_offset(&key, &func_list[mid]); in find_caller_by_offset()
203 return &func_list[mid]; in find_caller_by_offset()
206 return low >= 0 ? &func_list[low] : NULL; in find_caller_by_offset()
317 for (func = func_list, end = func + func_count; func < end; func++) { in check_trace_config_line()
366 for (func = func_list, end = func + func_count; func < end; func++) { in check_functions()